Watchdog the static content cache
| 59 | |
| 60 | //! Watchdog the static content cache |
| 61 | void Watchdog(const CppCommon::UtcTimestamp& utc = CppCommon::UtcTimestamp()) { _cache.watchdog(utc); } |
| 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)); } |