We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d8efaf commit 6f0a30eCopy full SHA for 6f0a30e
1 file changed
ext/src/http/client/curl/http_client_curl.cc
@@ -253,7 +253,9 @@ void HttpClient::CleanupSession(uint64_t session_id)
253
}
254
else if (session->IsSessionActive() && session->GetOperation())
255
{
256
- session->FinishOperation();
+ // If this session is alread waiting to be removed, just wakeup background thread to call
257
+ // doRemoveSessions()
258
+ wakeupBackgroundThread();
259
260
261
0 commit comments