]> granicus.if.org Git - apache/commitdiff
Propose.
authorYann Ylavic <ylavic@apache.org>
Sun, 1 Feb 2015 21:20:36 +0000 (21:20 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 1 Feb 2015 21:20:36 +0000 (21:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1656360 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 50d72ef2f966b8dd5f50dd210b70a1453fce0f04..fab99104376d87f2781b3f559f9a031fc44c6d8a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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: