| 162 | } |
| 163 | |
| 164 | void onError(int error, const std::string& category, const std::string& message) override |
| 165 | { |
| 166 | std::cout << "HTTPS session caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 167 | FAIL(); |
| 168 | } |
| 169 | }; |
| 170 | |
| 171 | class HTTPSCacheServer : public HTTPSServer |
nothing calls this directly
no outgoing calls
no test coverage detected