mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00:00
mpm_worker: follow up to r1821624.
Free idle pools while stopping. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1821650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -743,6 +743,7 @@ static void * APR_THREAD_FUNC listener_thread(apr_thread_t *thd, void * dummy)
|
||||
}
|
||||
|
||||
ap_close_listeners_ex(my_bucket->listeners);
|
||||
ap_free_idle_pools(worker_queue_info);
|
||||
ap_queue_term(worker_queue);
|
||||
dying = 1;
|
||||
ap_scoreboard_image->parent[process_slot].quiescing = 1;
|
||||
|
Reference in New Issue
Block a user