| 26 | } |
| 27 | |
| 28 | void onError(int error, const std::string& category, const std::string& message) override |
| 29 | { |
| 30 | std::cout << "SSL session caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 31 | } |
| 32 | }; |
| 33 | |
| 34 | class EchoServer : public SSLServer |
nothing calls this directly
no outgoing calls
no test coverage detected