MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / EndResponse

Method EndResponse

Source/SysOSX/Debug/WebDebug.cpp:150–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void WebDebugConnection::EndResponse()
151{
152 DAEDALUS_ASSERT(mState == kResponding, "Should be in Responding state");
153 DAEDALUS_ASSERT(mBytesExpected == 0 || mBytesWritten == mBytesExpected,
154 "Promised %d bytes, but only wrote %d",
155 mBytesExpected, mBytesWritten);
156
157 WebbyEndResponse(mConnection);
158 mState = kResponded;
159}
160
161void Generate404(WebDebugConnection * connection, const char * request)
162{

Callers 7

TextureHandlerFunction · 0.80
TextureCacheHandlerFunction · 0.80
DLDebugHandlerFunction · 0.80
Generate404Function · 0.80
Generate500Function · 0.80
ServeFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected