diff options
author | Stefan Eissing <icing@apache.org> | 2021-07-31 15:36:19 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2021-07-31 15:36:19 +0200 |
commit | 19360d53dfb69186f17bb59fc9453eb3451d3424 (patch) | |
tree | c4bdc83e25567dbcef74c37b7a6813d0e5a1efdb /changes-entries | |
parent | Synch with trunk. (diff) | |
download | apache2-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.txt | 4 |
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] |