| 159 | } |
| 160 | |
| 161 | void onReceivedRequestError(const CppServer::HTTP::HTTPRequest& request, const std::string& error) override |
| 162 | { |
| 163 | std::cout << "Request error: " << error << std::endl; |
| 164 | } |
| 165 | |
| 166 | void onError(int error, const std::string& category, const std::string& message) override |
| 167 | { |
nothing calls this directly
no outgoing calls
no test coverage detected