https://issues.apache.org/bugzilla/show_bug.cgi?id=49671
Summary: mod_proxy_fcgi handles client disconnects poorly
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Other Modules
AssignedTo: [email protected]
ReportedBy: [email protected]
If mod_proxy_fcgi is handling a request it encounters an error sending data to
the client (most commonly because the client has disconnected) then it will
often stop processing data in the middle of an FCGI record and return from
dispatch() without having read the entire record from the FCGI server.
When dispatch() is next entered it tries to read a new record, but gets bogus
data from the middle of the previous record and logs an error along these
likes:
[Thu Jul 29 15:48:29 2010] [error] proxy: FCGI: Got bogus version 66
[Thu Jul 29 15:48:29 2010] [error] (22)Invalid argument: proxy: FCGI: Error
dispatching request to :
That proxy is then blocked for 60s unless retry=0 has been specified, which can
lead to delays in servicing of other requests.
--
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: [email protected]
For additional commands, e-mail: [email protected]