Open GoogleCodeExporter opened 9 years ago
Issue 91 is related to this, it's specifically about 4xx responses, but it
requires the same 'handling an early response and aborting the associated
request' mechanism to work.
Original comment by lieven.govaerts@gmail.com
on 14 Nov 2012 at 7:31
gstein: can you check if r1694 resolves this issue? In your scenario, the
request will be destroyed after the application has handled the response, so we
stop sending the rest of it.
I do expect the server in such cases to include a Connection: Close header in
the response, so we always start with a clean connection for the next request.
Original comment by lieven.govaerts@gmail.com
on 17 Nov 2012 at 8:44
Original issue reported on code.google.com by
gstein
on 14 Nov 2012 at 6:34