https://issues.apache.org/bugzilla/show_bug.cgi?id=56333
Bug ID: 56333
Summary: API to resume a SUSPENDED connection
Product: Apache httpd-2
Version: 2.5-HEAD
Hardware: PC
Status: NEW
Severity: enhancement
Priority: P2
Component: mpm_event
Assignee: [email protected]
Reporter: [email protected]
When using SUSPENDED connections to serve HTTP request the connection is never
closed. For example, as discussed at
http://thread.gmane.org/gmane.comp.apache.user/104996, this test case
https://gist.github.com/ArtemGr/9870554 will leak connections and will fail an
"ab" test.
Please introduce an API allowing one to return a SUSPENDED connection back to
the mpm_event queue, so that the mpm_event will properly flush and close the
connection (or even reuse it with KeepAlive).
A rough example of such an API was hacked together in the following patch:
https://gist.github.com/ArtemGr/9887564 (for httpd 2.4.6).
--
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]