| 76 | } |
| 77 | |
| 78 | void onError(int error, const std::string& category, const std::string& message) override |
| 79 | { |
| 80 | std::cout << "HTTPS Trace client caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 81 | ++total_errors; |
| 82 | } |
| 83 | |
| 84 | private: |
| 85 | size_t _sent{0}; |
nothing calls this directly
no outgoing calls
no test coverage detected