| 35 | } |
| 36 | |
| 37 | void onError(int error, const std::string& category, const std::string& message) override |
| 38 | { |
| 39 | std::cout << "HTTP Trace session caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 40 | } |
| 41 | }; |
| 42 | |
| 43 | class HTTPTraceServer : public HTTPServer |
nothing calls this directly
no outgoing calls
no test coverage detected