]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Re-propose PR 449.
authorYann Ylavic <ylavic@apache.org>
Fri, 21 Jun 2024 11:51:38 +0000 (11:51 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 21 Jun 2024 11:51:38 +0000 (11:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918484 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b425b09be53d832d29c4990ce7a43f0b03186500..5244d0cf227f9d834458275f125827339c39d02f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -248,19 +248,26 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      PR: https://github.com/apache/httpd/pull/455
      +1: jorton,      
 
+  *) mod_http2: sync with github module. Add async handling
+     on newer httpd for blocked connections, fix yield handling.
+     Trunk version of patch:
+        https://svn.apache.org/r1918003
+        https://svn.apache.org/r1918022
+        https://svn.apache.org/r1918035
+        https://svn.apache.org/r1918078
+        https://svn.apache.org/r1918098
+        https://svn.apache.org/r1918099
+        https://svn.apache.org/r1918257
+        https://svn.apache.org/r1918482
+        https://svn.apache.org/r1918483
+    2.4.x version of patch:
+        https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/449.diff
+    PR: https://github.com/apache/httpd/pull/449
+    +1: ylavic,
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]
 
-   *) mod_http2: sync with github module. Add async handling
-      on newer httpd for blocked connections, fix yield handling.
-      Trunk version of patch:
-         https://svn.apache.org/r1918003
-      2.4.x version of patch:
-        Trunk version of patch works
-        svn merge -c 1918003 ^/httpd/httpd/trunk .
-      +1: icing,
-      ylavic: WIP in https://github.com/apache/httpd/pull/449
-
   *) core: Initialize the request fields on read failure to avoid NULLs.
      trunk patch: http://svn.apache.org/r1893030
                   http://svn.apache.org/r1893044