MCPcopy Create free account
hub / github.com/azadkuh/qhttp / messageComplete

Method messageComplete

src/qhttpserverconnection.cpp:204–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204int
205QHttpConnectionPrivate::messageComplete(http_parser*) {
206 if ( ilastRequest == nullptr )
207 return 0;
208
209 // request is done
210 finalizeConnection();
211 return 0;
212}
213
214///////////////////////////////////////////////////////////////////////////////
215} // namespace server

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected