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 2016/08/17 01:22:21 UTC

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

Author: ylavic
Date: Wed Aug 17 01:22:21 2016
New Revision: 1756571

URL: http://svn.apache.org/viewvc?rev=1756571&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=1756571&r1=1756570&r2=1756571&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Aug 17 01:22:21 2016
@@ -211,6 +211,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic
 
+  *) mod_proxy_{http,ajp,fcgi}: don't reuse backend connections with data
+     available before the request is sent.  PR 57832.
+     This also backports deprecation of ap_proxy_ssl_connection_cleanup() and
+     newly introduced proxy_conn->tmp_bb's usage in proxy code (both almost
+     related and immediate/simple follow ups, merge simplified by doing so).
+     trunk patch: http://svn.apache.org/r1750392
+                  http://svn.apache.org/r1750412
+                  http://svn.apache.org/r1750416
+                  http://svn.apache.org/r1750474
+                  http://svn.apache.org/r1750494
+                  http://svn.apache.org/r1750508
+     2.4.x patch: trunk works (modulo CHANGES/MMN), or:
+                  http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1750392.patch
+     +1: ylavic
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED