https://issues.apache.org/bugzilla/show_bug.cgi?id=56188
Bug ID: 56188
Summary: mod_proxy_fcgi does not send FCGI_ABORT_REQUEST on
client disconnect
Product: Apache httpd-2
Version: 2.4.7
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy_fcgi
Assignee: [email protected]
Reporter: [email protected]
Steps to reproduce:
1. Send an XHR to a fcgi handler that takes a while to complete
2. Abort the xhr request
Expected Result:
mod_proxy_fcgi should send a FCGI_ABOR_REQUEST message, as specified in the
fast cgi specification: http://www.fastcgi.com/devkit/doc/fcgi-spec.html#S5.4
Actual Result:
mod_proxy_fcgi ignores client disconnect and attempts to continue processing
the response.
--
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]