Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ ~HttpClient
Method
~HttpClient
Sources/Dependencies/ixwebsocket/IXHttpClient.cpp:42–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
HttpClient::~HttpClient()
43
{
44
if (!_thread.joinable()) return;
45
46
_stop = true;
47
_condition.notify_one();
48
_thread.join();
49
}
50
51
void HttpClient::setTLSOptions(const SocketTLSOptions& tlsOptions)
52
{
Callers
nothing calls this directly
Calls
1
join
Method · 0.45
Tested by
no test coverage detected