MCPcopy Create free account
hub / github.com/cuberite/cuberite / SocketClosed

Method SocketClosed

src/HTTPServer/HTTPConnection.cpp:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240
241void cHTTPConnection::SocketClosed(void)
242{
243 if (m_CurrentRequest != NULL)
244 {
245 m_HTTPServer.RequestFinished(*this, *m_CurrentRequest);
246 }
247 m_HTTPServer.CloseConnection(*this);
248}
249
250
251

Callers 2

ReadFromSocketsMethod · 0.45
WriteToSocketsMethod · 0.45

Calls 2

RequestFinishedMethod · 0.80
CloseConnectionMethod · 0.80

Tested by

no test coverage detected