| 157 | } |
| 158 | |
| 159 | void HTTPSClientEx::SetPromiseValue(const HTTPResponse& response) |
| 160 | { |
| 161 | _promise.set_value(response); |
| 162 | _request.Clear(); |
| 163 | } |
| 164 | |
| 165 | void HTTPSClientEx::SetPromiseError(const std::string& error) |
| 166 | { |
nothing calls this directly
no outgoing calls
no test coverage detected