* prefork.c (ap_mpm_run): Only make as many dummy connections as slots
used, not as many as slots are available.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101513
13f79535-47bb-0310-9956-
ffa450edef68
"Graceful restart requested, doing restart");
/* kill off the idle ones */
- ap_mpm_pod_killpg(pod, ap_daemons_limit);
+ ap_mpm_pod_killpg(pod, ap_max_daemons_limit);
/* This is mostly for debugging... so that we know what is still
* gracefully dealing with existing request. This will break