From: Stefan Eissing Date: Sat, 31 Jul 2021 13:56:49 +0000 (+0000) Subject: Backport proposal for core hook child_stopping. [skip ci] X-Git-Tag: candidate-2.4.49~3^2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=634d69f8c2773c551179c668ef0f32732900221a;p=thirdparty%2Fapache%2Fhttpd.git Backport proposal for core hook child_stopping. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1891920 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c95c13e339f..272a6c82349 100644 --- a/STATUS +++ b/STATUS @@ -315,6 +315,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: svn merge -c 1817063,1831165,1831171,1831172,1849590,1849630,1856491,1883421,1889327,1891200 ^/httpd/httpd/trunk . +1: jailletc36 + *) core: add hook 'child_stoppingthat gets called when the MPM is stopping a + child process. The additionalgraceful` parameter allows registered hooks + to free resources early during a graceful shutdown. + trunk patch: + https://svn.apache.org/r1891919 + 2.4.x patch: https://github.com/apache/httpd/pull/259.diff + +1: icing + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ]