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

Method NotifyConnectionWrite

src/HTTPServer/HTTPServer.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226
227void cHTTPServer::NotifyConnectionWrite(cHTTPConnection & a_Connection)
228{
229 m_SocketThreads.NotifyWrite(&a_Connection);
230}
231
232
233

Callers 5

SendStatusAndReasonMethod · 0.80
SendNeedAuthMethod · 0.80
SendMethod · 0.80
FinishResponseMethod · 0.80
AwaitNextRequestMethod · 0.80

Calls 1

NotifyWriteMethod · 0.80

Tested by

no test coverage detected