]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote, move to showstoppers [skip ci]
authorEric Covener <covener@apache.org>
Wed, 12 May 2021 10:41:50 +0000 (10:41 +0000)
committerEric Covener <covener@apache.org>
Wed, 12 May 2021 10:41:50 +0000 (10:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1889797 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 953b38a8a0f800f5144b65bf06a62a2fa4a92b73..a36f192f18f879efa05262a78b56f4cce013e0a3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -137,6 +137,27 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
+ *) mod_proxy: Fix flushing of THRESHOLD_MIN_WRITE data while tunneling.
+                BZ 65294
+     trunk patch: n/a
+     2.4.x patch: http://people.apache.org/~ylavic/patches/pr_65294-v3.patch
+     +1: ylavic, covener
+     ylavic: 2.4.x only patch because ap_filter_should_yield() and 
+             ap_filter_output_pending() are wrappers for mod_proxy (only)
+             there. trunk needs fixing too but differently (I'm on it), nothing
+             that will be backported anyway.
+             See https://lists.apache.org/thread.html/r5453925c5caf4d5d64747ada6e05f828106d548d0b8462525699f145%40%3Cdev.httpd.apache.org%3E
+             for the discussion on this, how RĂ¼diger had foreseen me, and how
+             I did not listen :/
+             (rule of thumb: always listen to him carefully!).
+
+  *) mod_proxy_wstunnel: Add ProxyWebsocketFallbackToProxyHttp to opt-out the
+     fallback to mod_proxy_http for WebSocket upgrade and tunneling.
+     trunk patch: http://svn.apache.org/r1889792
+                  http://svn.apache.org/r1889795
+     2.4.x patch: http://people.apache.org/~ylavic/patches/ProxyWebsocketFallbackToProxyHttp.patch
+                  svn add changes-entries/ProxyWebsocketFallbackToProxyHttp.txt
+     +1: ylavic, covener
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
@@ -167,28 +188,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      is not the right fix, then it should be removed from trunk.
      Putting it here is a way to revive the discussion
 
-  *) mod_proxy: Fix flushing of THRESHOLD_MIN_WRITE data while tunneling.
-                BZ 65294
-     trunk patch: n/a
-     2.4.x patch: http://people.apache.org/~ylavic/patches/pr_65294-v3.patch
-     +1: ylavic,
-     ylavic: 2.4.x only patch because ap_filter_should_yield() and 
-             ap_filter_output_pending() are wrappers for mod_proxy (only)
-             there. trunk needs fixing too but differently (I'm on it), nothing
-             that will be backported anyway.
-             See https://lists.apache.org/thread.html/r5453925c5caf4d5d64747ada6e05f828106d548d0b8462525699f145%40%3Cdev.httpd.apache.org%3E
-             for the discussion on this, how RĂ¼diger had foreseen me, and how
-             I did not listen :/
-             (rule of thumb: always listen to him carefully!).
-
-  *) mod_proxy_wstunnel: Add ProxyWebsocketFallbackToProxyHttp to opt-out the
-     fallback to mod_proxy_http for WebSocket upgrade and tunneling.
-     trunk patch: http://svn.apache.org/r1889792
-                  http://svn.apache.org/r1889795
-     2.4.x patch: http://people.apache.org/~ylavic/patches/ProxyWebsocketFallbackToProxyHttp.patch
-                  svn add changes-entries/ProxyWebsocketFallbackToProxyHttp.txt
-     +1: ylavic,
-
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]