MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onDisconnected

Method onDisconnected

source/server/http/https_client.cpp:52–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void HTTPSClient::onDisconnected()
53{
54 // Receive HTTP response body
55 if (_response.IsPendingBody())
56 {
57 onReceivedResponse(_response);
58 _response.Clear();
59 return;
60 }
61}
62
63std::future<HTTPResponse> HTTPSClientEx::SendRequest(const HTTPRequest& request, const CppCommon::Timespan& timeout)
64{

Callers

nothing calls this directly

Calls 2

IsPendingBodyMethod · 0.45
CancelMethod · 0.45

Tested by

no test coverage detected