summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-02-24 11:53:53 +0000
committerStefan Eissing <icing@apache.org>2022-02-24 11:53:53 +0000
commit2e239ed8e65a0a7cc5f12d64b4d21cc92ab08709 (patch)
treeedbc212c0d79ec080b86549310bd4cca55ef4a5b /changes-entries
parent80a4538022762794dc9e04dd5886a9bfce61418d (diff)
downloadhttpd-2e239ed8e65a0a7cc5f12d64b4d21cc92ab08709.tar.gz
* core/mpm: add hook 'child_stopped` that gets called when the MPM has
stopped all processing in a child process. This is when all running threads shall be stopped and joined. [Stefan Eissing] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1898369 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/mpm_child_stopped.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes-entries/mpm_child_stopped.txt b/changes-entries/mpm_child_stopped.txt
new file mode 100644
index 0000000000..7bc8bb1ec4
--- /dev/null
+++ b/changes-entries/mpm_child_stopped.txt
@@ -0,0 +1,5 @@
+ * core/mpm: add hook 'child_stopped` that gets called when the MPM has
+ stopped all processing in a child process. This is when all running
+ threads shall be stopped and joined.
+ [Stefan Eissing]
+