]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add logging (r1893073) to the fix for PR 63169 (keeping Eric's vote). [skip ci]
authorYann Ylavic <ylavic@apache.org>
Tue, 7 Sep 2021 20:17:36 +0000 (20:17 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 7 Sep 2021 20:17:36 +0000 (20:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1893074 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0b727327d0d76e33ba7b2c0fbf7205bd129642c4..97559d96adbb8910c5e5263b9fe4ac38bf661f1c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -215,7 +215,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mpm_event: Fix children processes possibly not stopped on graceful
      restart.  PR 63169
      trunk patch: http://svn.apache.org/r1893014
-     2.4.x patch: svn merge -c 1893014 ^/httpd/httpd/trunk .
+     trunk patch: http://svn.apache.org/r1893073
+     2.4.x patch: svn merge -c 1893014,1893073 ^/httpd/httpd/trunk .
      +1: ylavic, covener
 
   *) mod_proxy: Don't canonicalize with both nocanon and ProxyPassInterpolateEnv