Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
void 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
ReadFromSockets
Method · 0.45
WriteToSockets
Method · 0.45
Calls
2
RequestFinished
Method · 0.80
CloseConnection
Method · 0.80
Tested by
no test coverage detected