You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2021/07/31 13:56:49 UTC

svn commit: r1891920 - /httpd/httpd/branches/2.4.x/STATUS

Author: icing
Date: Sat Jul 31 13:56:49 2021
New Revision: 1891920

URL: http://svn.apache.org/viewvc?rev=1891920&view=rev
Log:
Backport proposal for core hook child_stopping. [skip ci]

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1891920&r1=1891919&r2=1891920&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Jul 31 13:56:49 2021
@@ -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 ]