https://bz.apache.org/bugzilla/show_bug.cgi?id=65448

--- Comment #18 from Roman <ro...@auxilii.com> ---
One more thing: I did a threaddump of the server while the download was
blocking and did not see any Thread that was out of the ordinary. So, I would
assume that the writing to the socket may have already finished, but not yet
committed (i.e., flushed). Hence maybe the waiting time for the socket timeout
when suddenly the client receives the remainder of the response. 
This is also fit with the statistics that show that the maximum request
processing time was just a few seconds, in contrast to the actual waiting time
of 30 seconds (or more, depending on the timeout config).

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to