Skip to content

Commit 51553ae

Browse files
committed
fix code by suggestion
1 parent 881f338 commit 51553ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/src/http/client/curl/http_client_curl.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ void HttpClient::WaitBackgroundThreadExit()
552552

553553
if (background_thread && background_thread->joinable())
554554
{
555+
wakeupBackgroundThread();
555556
background_thread->join();
556557
}
557558
is_shutdown_.store(false, std::memory_order_release);

0 commit comments

Comments
 (0)