summaryrefslogtreecommitdiffstats
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2021-07-31 15:36:19 +0200
committerStefan Eissing <icing@apache.org>2021-07-31 15:36:19 +0200
commit19360d53dfb69186f17bb59fc9453eb3451d3424 (patch)
treec4bdc83e25567dbcef74c37b7a6813d0e5a1efdb /changes-entries
parentSynch with trunk. (diff)
downloadapache2-19360d53dfb69186f17bb59fc9453eb3451d3424.tar.xz
apache2-19360d53dfb69186f17bb59fc9453eb3451d3424.zip
* core/mpm: add hook 'child_stopping` that gets called when the MPM is
stopping a child process. The additional `graceful` parameter allows registered hooks to free resources early during a graceful shutdown. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/core_child_stopping.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes-entries/core_child_stopping.txt b/changes-entries/core_child_stopping.txt
new file mode 100644
index 0000000000..c85230e01c
--- /dev/null
+++ b/changes-entries/core_child_stopping.txt
@@ -0,0 +1,4 @@
+ * core/mpm: add hook 'child_stopping` that gets called when the MPM is
+ stopping a child process. The additional `graceful` parameter allows
+ registered hooks to free resources early during a graceful shutdown.
+ [Yann Ylavic, Stefan Eissing]