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 2015/03/25 13:29:03 UTC

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

Author: ylavic
Date: Wed Mar 25 12:29:03 2015
New Revision: 1669102

URL: http://svn.apache.org/r1669102
Log:
Update mod_proxy_http proposal (missing ap_proxy_connection_reusable() in 2.4.x), and remove Eric's vote.

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=1669102&r1=1669101&r2=1669102&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Mar 25 12:29:03 2015
@@ -293,9 +293,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_proxy_http: Use the "Connection: close" header for requests to
      backends not recycling connections (disablereuse), including the default
      reverse and forward proxies.
-     trunk patch: http://svn.apache.org/r1658765
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, covener
+     trunk patch: http://svn.apache.org/r1526189
+                  http://svn.apache.org/r1658765
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_proxy_connection_reusable.patch
+     +1: ylavic
+     ylavic: updated with ap_proxy_connection_reusable(), missing in 2.4.x.
 
   *) mod_proxy_http: Don't expect the backend to ack the "Connection: close" to
      finally close those not meant to be kept alive by SetEnv proxy-nokeepalive