Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
void cHTTPServer::NotifyConnectionWrite(cHTTPConnection & a_Connection)
228
{
229
m_SocketThreads.NotifyWrite(&a_Connection);
230
}
231
232
233
Callers
5
SendStatusAndReason
Method · 0.80
SendNeedAuth
Method · 0.80
Send
Method · 0.80
FinishResponse
Method · 0.80
AwaitNextRequest
Method · 0.80
Calls
1
NotifyWrite
Method · 0.80
Tested by
no test coverage detected