0.19 Release
Fix issue in HTTPClient where request would fail after sending it when the remote side had intended to close the connection but the close had not been witnessed before sending the request.
With this release we will retry a request if the request has not received any data yet from the remote side. Timeouts will still apply since the start of the request, so the time to recognize the failure state will be included in the timeout considerations of the request.