MCPcopy 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
83void 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

HandleRootRequestMethod · 0.80

Calls 1

NotifyConnectionWriteMethod · 0.80

Tested by

no test coverage detected