]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update after backport
authorStefan Eissing <icing@apache.org>
Tue, 3 Jun 2025 07:41:09 +0000 (07:41 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 3 Jun 2025 07:41:09 +0000 (07:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1926077 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 42eb3a1d700ceeac8629584ff86d10019999a9da..efc045fa92c2fc7e02858757607240e9c1e4bc73 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -168,17 +168,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      +0: jorton - falls under RTC exception for "non-Unix build"
 
 
-  *) mod_http2: update to v2.0.30
-     Trunk version of patch:
-        https://svn.apache.org/r1924145
-        https://svn.apache.org/r1924164
-        https://svn.apache.org/r1924197
-     Backport version for 2.4.x of patch:
-        svn merge -c 1924145,r1924164,1924197 ^/httpd/httpd/trunk .
-     +1: icing, rpluem, jorton
-     rpluem says: The compatibility tag in docs/manual/mod/mod_http2.xml needs
-     to be adjusted to 2.4 (also in trunk after backporting)
-
   *) mod_proxy_http2: revert r1912193 for detecting broken backend connections
      as this interferes with backend selection who a node is unresponsive.
      PR69624.