]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* core/mpm: add hook 'child_stopping` that gets called when the MPM is
authorStefan Eissing <icing@apache.org>
Sat, 31 Jul 2021 13:36:19 +0000 (13:36 +0000)
committerStefan Eissing <icing@apache.org>
Sat, 31 Jul 2021 13:36:19 +0000 (13:36 +0000)
commit19360d53dfb69186f17bb59fc9453eb3451d3424
treec4bdc83e25567dbcef74c37b7a6813d0e5a1efdb
parent7c939cdcce763c8e636d1d276ad2bea10c451fd3
  * 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
changes-entries/core_child_stopping.txt [new file with mode: 0644]
include/ap_mmn.h
include/mpm_common.h
server/mpm/event/event.c
server/mpm/prefork/prefork.c
server/mpm/worker/worker.c
server/mpm_common.c