Manouchehri / serf

High-performance asynchronous HTTP client library
https://code.google.com/p/serf
Apache License 2.0
0 stars 0 forks source link

Incomplete/broken request detection #165

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I haven't verified this completely, but it appears serf (as used by Subversion 
1.8) doesn't raise an incomplete/broken request error when httpd crashes (and 
thereby closes the connection), even when it is using a chunked encoding.

I would say we should be able to return an error in this case, instead of 
telling the client that the request completed.

Adding an issue to make me remember that I should spend some time investigating.

Original issue reported on code.google.com by b...@qqmail.nl on 26 Mar 2015 at 1:11