You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2021/09/03 12:06:19 UTC

svn commit: r1892855 - /httpd/httpd/branches/2.4.x/STATUS

Author: ylavic
Date: Fri Sep  3 12:06:19 2021
New Revision: 1892855

URL: http://svn.apache.org/viewvc?rev=1892855&view=rev
Log:
Propose the fix for PRs 65521 and 65519, as showstopper.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1892855&r1=1892854&r2=1892855&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Sep  3 12:06:19 2021
@@ -138,6 +138,19 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
+  *) mod_proxy: Fix a potential infinite loop when tunneling Upgrade(d)
+     protocols from mod_proxy_http, and a timeout triggering falsely when
+     using mod_proxy_wstunnel, mod_proxy_connect or mod_proxy_http with
+     upgrade= setting.  PRs 65521 and 65519.
+     trunk patch: http://svn.apache.org/r1892740
+                  http://svn.apache.org/r1892851
+     2.4.x patch: svn merge -c 1892740,1892851 ^/httpd/httpd/trunk .
+                + http://home.apache.org/~ylavic/patches/2.4.x-proxy_http_tunnel_name.patch
+     +1: ylavic,
+     ylavic: 2.4.x-proxy_http_tunnel_name.patch is about logging the upgraded
+             protocol (instead of "HTTP") in the tunneling loop traces, to help
+             debugging. This is the case already in trunk since r1879419, but
+             this commit is not backportable..
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]