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

Method CreateSession

performance/ssl_echo_server.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39protected:
40 std::shared_ptr<SSLSession> CreateSession(const std::shared_ptr<SSLServer>& server) override
41 {
42 return std::make_shared<EchoSession>(server);
43 }
44
45protected:
46 void onError(int error, const std::string& category, const std::string& message) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected