]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
retracting mod_http2 backport, seems to need some work
authorStefan Eissing <icing@apache.org>
Wed, 1 Dec 2021 11:51:34 +0000 (11:51 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 1 Dec 2021 11:51:34 +0000 (11:51 +0000)
after report at https://github.com/icing/mod_h2/issues/228
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1895455 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 089080035458e8bc757af3be2014cb1d911696a9..0c5260f7b868ca84dd364a0b1d974922e2798434 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -180,6 +180,32 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4-dav-element.patch
      +1: minfrin
 
+  *) mpm_event: Restart stopping of idle children after a load peak. PR 65626.
+     trunk patch: http://svn.apache.org/r1894285
+                  http://svn.apache.org/r1894286
+     backport PR: https://github.com/apache/httpd/pull/276
+     2.4.x patch: svn merge -c 1894285,1894286 ^/httpd/httpd/trunk .
+     +1: ylavic, icing,
+
+  *) core: Be safe with ap_lingering_close() called with a socket NULL-ed by
+     a third-party module.  PR 65627.
+     trunk patch: http://svn.apache.org/r1894171
+     backport PR: https://github.com/apache/httpd/pull/277
+     2.4.x patch: svn merge -c 1894171 ^/httpd/httpd/trunk .
+     +1: ylavic, icing, 
+
+  *) mod_proxy_connect: Honor the smallest of the backend or client timeout
+     while tunneling, and handle "proxy-nohalfclose" as opt-out for hlaf-close
+     tunneling. PR 65631, 65662, 65689.
+     trunk patch: http://svn.apache.org/r1894290
+                  http://svn.apache.org/r1895304
+     backport PR: https://github.com/apache/httpd/pull/278
+     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/278.patch
+     +1: ylavic,
+
+PATCHES/ISSUES THAT ARE BEING WORKED
+  [ New entries should be added at the START of the list ]
+
   *) mod_http2: sync with trunk
      - Fixed an issue since 1.15.24 that "Server" headers in proxied requests
        were overwritten instead of preserved. [PR by @daum3ns]
@@ -223,33 +249,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         https://svn.apache.org/r1895349
      Backport version for 2.4.x of patch:
        PR: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/275.diff
-     +1: icing, 
-
-  *) mpm_event: Restart stopping of idle children after a load peak. PR 65626.
-     trunk patch: http://svn.apache.org/r1894285
-                  http://svn.apache.org/r1894286
-     backport PR: https://github.com/apache/httpd/pull/276
-     2.4.x patch: svn merge -c 1894285,1894286 ^/httpd/httpd/trunk .
-     +1: ylavic, icing,
-
-  *) core: Be safe with ap_lingering_close() called with a socket NULL-ed by
-     a third-party module.  PR 65627.
-     trunk patch: http://svn.apache.org/r1894171
-     backport PR: https://github.com/apache/httpd/pull/277
-     2.4.x patch: svn merge -c 1894171 ^/httpd/httpd/trunk .
-     +1: ylavic, icing, 
-
-  *) mod_proxy_connect: Honor the smallest of the backend or client timeout
-     while tunneling, and handle "proxy-nohalfclose" as opt-out for hlaf-close
-     tunneling. PR 65631, 65662, 65689.
-     trunk patch: http://svn.apache.org/r1894290
-                  http://svn.apache.org/r1895304
-     backport PR: https://github.com/apache/httpd/pull/278
-     2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/278.patch
-     +1: ylavic,
-
-PATCHES/ISSUES THAT ARE BEING WORKED
-  [ New entries should be added at the START of the list ]
+     +1: icing,
 
   *) core: Initialize the request fields on read failure to avoid NULLs.
      trunk patch: http://svn.apache.org/r1893030