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