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/02/01 22:20:36 UTC

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

Author: ylavic
Date: Sun Feb  1 21:20:36 2015
New Revision: 1656360

URL: http://svn.apache.org/r1656360
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=1656360&r1=1656359&r2=1656360&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Feb  1 21:20:36 2015
@@ -262,9 +262,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: covener, minfrin
 
    * mod_proxy_connect: fix duplicated AH introduced by r1635645
-                        (and merged in r1642857).
-     trunk patch:  http://svn.apache.org/r1656230
-     2.4.x patch: trunk works
+                        (and merged to 2.4.11 in r1642857).
+     trunk patch: http://svn.apache.org/r1656230
+     2.4.x patch: trunk works (modulo docs/log-message-tags)
      +1: ylavic, jailletc36
 
    * mod_ssl: Add support for extracting subjectAltName entries of type
@@ -274,6 +274,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patch works (modulo CHANGES)
      +1: kbrand
 
+   * mod_proxy_http: Don't establish or reuse a backend connection before pre-
+     fetching the request body, so to minimize the delay between it is supposed
+     to be alive and the first bytes sent: this is a best effort to prevent the
+     backend from closing because of idle or keepalive timeout in the meantime.
+     Also, handle a new "proxy-flushall" environment variable which allows to
+     flush any forwarded body data immediately. PR 56541+37920.
+     trunk patch: http://svn.apache.org/r1656259
+                  http://svn.apache.org/r1656359 (CHANGES entry)
+     2.4.x patch: trunk works (modulo CHANGES, docs/log-message-tags)
+     +1: ylavic
+
+
 OTHER PROPOSALS
 
    * A list of further possible backports can be found at: