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 2017/07/14 22:32:08 UTC

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

Author: ylavic
Date: Fri Jul 14 22:32:08 2017
New Revision: 1801997

URL: http://svn.apache.org/viewvc?rev=1801997&view=rev
Log:
Propose.

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=1801997&r1=1801996&r2=1801997&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Fri Jul 14 22:32:08 2017
@@ -226,7 +226,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   https://svn.apache.org/r1801665
      2.4.x patch: svn merge -c1729235 -c1730079 -c1801665 ^/httpd/httpd/trunk
      +1: jchampion
-     
+
+  *) mod_proxy_wstunnel: Fix detection of unresponded request which could have
+     led to spurious HTTP 502 error messages sent on upgrade connections.
+     PR 61283
+     trunk patch: http://svn.apache.org/r1754164
+                  http://svn.apache.org/r1801994
+                  http://svn.apache.org/r1801995
+     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mod_proxy_wstunnel-PR61283.patch
+     +1: ylavic
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]



Re: svn commit: r1801997 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Jacob Champion <ch...@gmail.com>.
On 07/14/2017 03:32 PM, ylavic@apache.org wrote:
> +  *) mod_proxy_wstunnel: Fix detection of unresponded request which could have
> +     led to spurious HTTP 502 error messages sent on upgrade connections.
> +     PR 61283
> +     trunk patch: http://svn.apache.org/r1754164
> +                  http://svn.apache.org/r1801994
> +                  http://svn.apache.org/r1801995
> +     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mod_proxy_wstunnel-PR61283.patch
> +     +1: ylavic
> +

Thanks for this! I started putting together a backport proposal but got 
heavily sidetracked...

--Jacob