On Jun 17, 2016 6:17 PM, "Volker Braun" <vbraun.n...@gmail.com> wrote:
>
> On Friday, June 17, 2016 at 5:35:06 PM UTC+2, Erik Bray wrote:
>>
>> It blocks on reading environ['wsgi.input'] [1], which is a file-like
handle to the form post data in the body of the request. This happens
regardless of whether Trac tries to read or my own code. The request body
just never makes it, like Apache is just dropping the connection before the
request body can be read.
>
>
> Sounds like the client is too slow, possibly due to packet loss /
retransmission (we had that at UW at one point, easy to see in packet
trace);

Maybe but that would seem to implicate something on UW's end if multiple
people outside their network are having issues.

> Reading input is blocking. There are some speed limits depending on web
server setup (e.g. mod_reqtimeout). That would explain why SSL works (data
likely arrives in bigger chunks).

I played around quite a bit with the mod_reqtimeout settings but it didn't
seem to make a difference.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to