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

Method onDisconnected

source/server/http/https_session.cpp:59–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void HTTPSSession::onDisconnected()
60{
61 // Receive HTTP request body
62 if (_request.IsPendingBody())
63 {
64 onReceivedRequestInternal(_request);
65 _request.Clear();
66 return;
67 }
68}
69
70void HTTPSSession::onReceivedRequestInternal(const HTTPRequest& request)
71{

Callers

nothing calls this directly

Calls 1

IsPendingBodyMethod · 0.45

Tested by

no test coverage detected