Skip to content

Commit

Permalink
fix code by suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehuc committed Dec 18, 2024
1 parent 881f338 commit 51553ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/src/http/client/curl/http_client_curl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ void HttpClient::WaitBackgroundThreadExit()

if (background_thread && background_thread->joinable())
{
wakeupBackgroundThread();
background_thread->join();
}
is_shutdown_.store(false, std::memory_order_release);
Expand Down

0 comments on commit 51553ae

Please sign in to comment.