summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGarrett Rooney <rooneg@apache.org>2006-02-13 02:25:53 +0000
committerGarrett Rooney <rooneg@apache.org>2006-02-13 02:25:53 +0000
commitb458b88d158acc1bdce71e6cc58287bb530775da (patch)
tree20cf3a6157b13ec4dc8062af87239aed2a44dfa2 /CHANGES
parent80aafcc1fc6708b3aae0ec4e7daa8272e3741e7b (diff)
downloadhttpd-b458b88d158acc1bdce71e6cc58287bb530775da.tar.gz
Make the worker and event MPMs support GracefulShutdownTimeout just like
the prefork MPM does. Submitted by: Chris Darroch <chrisd pearsoncmg.com> Ported to event MPM by: rooneg Issue number: 38621 * server/mpm/worker/worker.c (ap_mpm_run): Make the graceful shutdown log message refer to the right signal, and respect the graceful shutdown timeout if there is one. * server/mpm/experimental/event/event.c (ap_mpm_run): Ditto. * CHANGES: Note change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@377291 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1052c63163..86780ab1c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@
Changes with Apache 2.3.0
[Remove entries to the current 2.0 and 2.2 section below, when backported]
+ *) Respect GracefulShutdownTimeout in the worker and event MPMs.
+ [Chris Darroch <chrisd pearsoncmg.com>, Garrett Rooney]
+
*) mod_proxy_balancer: Do not overwrite the status of initialized workers and
respect the configured status of uninitilized workers when creating a new
child process. [Ruediger Pluem]