MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onError

Method onError

tests/test_https.cpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 void onError(int error, const std::string& category, const std::string& message) override
165 {
166 std::cout << "HTTPS session caught an error with code " << error << " and category '" << category << "': " << message << std::endl;
167 FAIL();
168 }
169};
170
171class HTTPSCacheServer : public HTTPSServer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected