You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2016/12/15 23:10:12 UTC

svn commit: r1774535 - /httpd/httpd/trunk/server/mpm/event/event.c

Author: ylavic
Date: Thu Dec 15 23:10:12 2016
New Revision: 1774535

URL: http://svn.apache.org/viewvc?rev=1774535&view=rev
Log:
Revert r1774525, will commit a better way to handle this.

Modified:
    httpd/httpd/trunk/server/mpm/event/event.c

Modified: httpd/httpd/trunk/server/mpm/event/event.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/event/event.c?rev=1774535&r1=1774534&r2=1774535&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/event/event.c (original)
+++ httpd/httpd/trunk/server/mpm/event/event.c Thu Dec 15 23:10:12 2016
@@ -1865,7 +1865,6 @@ static void * APR_THREAD_FUNC listener_t
             if (terminate_mode == ST_UNGRACEFUL
                 || apr_atomic_read32(&connection_count) == 0)
                 break;
-            process_keepalive_queue(0); /* kill'em all early \m/ */
         }
 
         if (conns_this_child <= 0)