| 62 | |
| 63 | protected: |
| 64 | std::shared_ptr<Asio::SSLSession> CreateSession(const std::shared_ptr<Asio::SSLServer>& server) override { return std::make_shared<HTTPSSession>(std::dynamic_pointer_cast<HTTPSServer>(server)); } |
| 65 | |
| 66 | private: |
| 67 | // Static content cache |
nothing calls this directly
no outgoing calls
no test coverage detected