You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/08/08 00:47:53 UTC

DO NOT REPLY [Bug 43607] mod_proxy sends data on closed connections without checking

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


Marc Novakowski <po...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW


--- Comment #6 from Marc Novakowski <po...@gmail.com> 2009-08-07 15:47:49 PDT ---
I can confirm that this bug still exists in 2.2.11.  We proxy requests to Jetty
and under certain conditions, Jetty reduces the socket timeout for incoming
connections to 2 seconds.  This means if a client (such as Apache) connects and
does not send it any data within 2 seconds, it will close the socket.

By splitting an HTTP request into multiple packets (first packet contains HTTP
headers and part of the POST body, second packet contains the rest of POST
body), and making sure there is more than 2 seconds delay between the two
packets, Apache/mod_prozy will always return a 502 response (and the request is
never sent to Jetty).

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org