Skip to content

Commit 2d3a247

Browse files
authored
Update ext/src/http/client/curl/http_client_curl.cc
1 parent 98e926b commit 2d3a247

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,7 @@ HttpClient::HttpClient()
191191
scheduled_delay_milliseconds_{std::chrono::milliseconds(256)},
192192
background_thread_wait_for_{std::chrono::minutes{1}},
193193
curl_global_initializer_(HttpCurlGlobalInitializer::GetInstance())
194-
{
195-
is_shutdown_.store(false);
196-
}
194+
{}
197195

198196
HttpClient::~HttpClient()
199197
{

0 commit comments

Comments
 (0)