| 163 | } |
| 164 | |
| 165 | void HTTPSClientEx::SetPromiseError(const std::string& error) |
| 166 | { |
| 167 | _promise.set_exception(std::make_exception_ptr(std::runtime_error(error))); |
| 168 | _request.Clear(); |
| 169 | } |
| 170 | |
| 171 | } // namespace HTTP |
| 172 | } // namespace CppServer |
nothing calls this directly
no outgoing calls
no test coverage detected