134fa9a3d9
Usage:
auto args = this->httpClient.createRequest(url, method);
httpClient.performRequest(args, ...);
[...]
// Oops, we don't actually want to complete the request!
args->cancel = true;
Submitted upstream:
https://github.com/machinezone/IXWebSocket/pull/332