| 185 | |
| 186 | protected: |
| 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 | |
| 192 | protected: |
| 193 | void onError(int error, const std::string& category, const std::string& message) override |
nothing calls this directly
no outgoing calls
no test coverage detected