/[Apache-SVN]
ViewVC logotype

Revision 106662


Jump to revision: Previous Next
Author: gregames
Date: Fri Nov 26 21:21:42 2004 UTC (19 years, 6 months ago)
Changed paths: 1
Log Message:
ap_process_http_async_connection (used by the Event MPM):
fix CLOSE_WAITs/leaked connections.  The logic to deal with ap_read_request
failures got lost when merging in the HTTP pipelining fix.  If ap_read_request
fails, the connection state should get set to CONN_STATE_LINGER so the MPM will
invoke lingering close.  Test case: client sends a Connection: keepalive header
then closes the connection before the keepalive timeout pops.

Also add a comment to make the pipelining flow more obvious.


Changed paths

Path Details
Directoryhttpd/httpd/trunk/modules/http/http_core.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26