Closed GoogleCodeExporter closed 8 years ago
That error will arise when the socket connection back to the client was closed
prior to all request content having been read from the request. It is not
indicative of an application of Apache/mod_wsgi issue and usually just means
that the user got impatient and aborted the upload or there was some transient
network issue in between that caused connection to be dropped. In the latter
case, depending on how long upload took, some proxies will cut off the
connection if configured with quite aggressive connection timeouts.
Original comment by Graham.Dumpleton@gmail.com
on 8 Jan 2011 at 12:04
Original comment by Graham.Dumpleton@gmail.com
on 8 Jan 2011 at 12:07
No followup so assuming was the indicated issue.
Original comment by Graham.Dumpleton@gmail.com
on 26 Nov 2011 at 6:30
It still occurs from time to time, but it's clearly nothing to do with mod_wsgi
-- large file + weak/intermittent client connection seems to be the cause.
Original comment by denis.pa...@gmail.com
on 28 Nov 2011 at 5:23
Original issue reported on code.google.com by
denis.pa...@gmail.com
on 7 Jan 2011 at 3:03