Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ FinishResponse
Method
FinishResponse
src/HTTPServer/HTTPConnection.cpp:83–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
void cHTTPConnection::FinishResponse(void)
84
{
85
ASSERT(m_State == wcsSendingResp);
86
m_OutgoingData.append(
"0\r\n\r\n"
);
87
m_State = wcsRecvHeaders;
88
m_HTTPServer.NotifyConnectionWrite(*this);
89
}
90
91
92
Callers
1
HandleRootRequest
Method · 0.80
Calls
1
NotifyConnectionWrite
Method · 0.80
Tested by
no test coverage detected