MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / OnMessageSend

Method OnMessageSend

test/http/HttpServer.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void CHttpServer::OnMessageSend(const cppnet::Handle& , uint32_t , uint32_t ) {
52 // do nothing.
53}
54
55void CHttpServer::OnRequest(const cppnet::Handle& handle, const CHttpRequest& req) {
56 const std::string& connection = req.GetHeader("Connection");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected