]> granicus.if.org Git - apache/commitdiff
Rather than handling lingering closes inline, fall down to a following if block,...
authorPaul Querna <pquerna@apache.org>
Wed, 13 Jun 2007 02:41:09 +0000 (02:41 +0000)
committerPaul Querna <pquerna@apache.org>
Wed, 13 Jun 2007 02:41:09 +0000 (02:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@546715 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/event/event.c

index 37ded5afb7a2cf8fe2dc5b5a1f5705050473a544..9d242b3867e6f84aec135fc1dce57e576673b302 100644 (file)
@@ -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: