Skip to content

Commit 37fab9b

Browse files
committed
update
1 parent 6260e42 commit 37fab9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@ void HttpClient::ScheduleRemoveSession(uint64_t session_id, HttpCurlEasyResource
524524

525525
void HttpClient::SetBackgroundWaitFor(std::chrono::milliseconds ms)
526526
{
527-
std::lock_guard<std::mutex> lock_guard{background_thread_m_};
528527
background_thread_wait_for_ = ms;
529528
}
530529

0 commit comments

Comments
 (0)