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

Method onError

performance/ssl_echo_server.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 }
27
28 void onError(int error, const std::string& category, const std::string& message) override
29 {
30 std::cout << "SSL session caught an error with code " << error << " and category '" << category << "': " << message << std::endl;
31 }
32};
33
34class EchoServer : public SSLServer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected