]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Revert r1895551: seems to break python tests..
authorYann Ylavic <ylavic@apache.org>
Fri, 3 Dec 2021 21:23:49 +0000 (21:23 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 3 Dec 2021 21:23:49 +0000 (21:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895562 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/event/event.c

index c3f4775ea9aec8c28991cb575162994fb07335ba..1d6d78f61084c94fd0d384c138cb226a18854391 100644 (file)
@@ -3592,7 +3592,6 @@ static int event_run(apr_pool_t * _pconf, apr_pool_t * plog, server_rec * s)
         /* Time to shut down:
          * Kill child processes, tell them to call child_exit, etc...
          */
-        ap_close_listeners();
         for (i = 0; i < num_buckets; i++) {
             ap_mpm_podx_killpg(retained->buckets[i].pod,
                                active_daemons_limit, AP_MPM_PODX_RESTART);