From: Paul Querna Date: Wed, 13 Jun 2007 02:41:09 +0000 (+0000) Subject: Rather than handling lingering closes inline, fall down to a following if block,... X-Git-Tag: 2.3.0~1770 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a0f7b1179e0cd76af9b843fa1e43f937a2ef7aa;p=apache Rather than handling lingering closes inline, fall down to a following if block, which handles them correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@546715 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/experimental/event/event.c b/server/mpm/experimental/event/event.c index 37ded5afb7..9d242b3867 100644 --- a/server/mpm/experimental/event/event.c +++ b/server/mpm/experimental/event/event.c @@ -626,8 +626,7 @@ static int process_socket(apr_pool_t * p, apr_socket_t * sock, * like the Worker MPM does. */ ap_run_process_connection(c); - ap_lingering_close(c); - return 0; + cs->state = CONN_STATE_LINGER; } read_request: