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

Method CreateSession

tests/test_https.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186protected:
187 std::shared_ptr<SSLSession> CreateSession(const std::shared_ptr<SSLServer>& server) override
188 {
189 return std::make_shared<HTTPSCacheSession>(std::dynamic_pointer_cast<HTTPSServer>(server));
190 }
191
192protected:
193 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