https://issues.apache.org/bugzilla/show_bug.cgi?id=42996



--- Comment #38 from Filip Hanik <fha...@apache.org> 2009-08-06 12:07:32 PDT ---
(In reply to comment #10)
> The problem still exists up to and including version 6.0.19.
> But it can be avoided by setting HTTP 1.1 Header 'Connection: close'.
> 
> Also, It seems that sometimes an HTTP POST hangs until a <Connector
> connectionTimeout="xx"> occurs.

That is when the body is missing, the wireshark dump showed that there was no
body, so yes, parsing body will hang, and then timeout. 

in the other connector, there is setting, disableUploadTimeout, and what if the
body comes way later.

so the solution here would be to increase the read timeout if the body is
expected to show up way later.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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