MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / ~CHttpServer

Method ~CHttpServer

test/http/HttpServer.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15CHttpServer::~CHttpServer() {
16
17}
18
19void CHttpServer::OnConnection(const cppnet::Handle& handle, uint32_t err) {
20 if (err == CEC_SUCCESS) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected