]> granicus.if.org Git - apache/commitdiff
Follow up to r1656259: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Sun, 1 Feb 2015 21:10:03 +0000 (21:10 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 1 Feb 2015 21:10:03 +0000 (21:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656359 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index c1f0270e959d1d346e424eaad0757e67ea57299d..d14b8664efbe55e2607bf0dfc9b2bf68f52d1e72 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,13 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.0
 
+  *) 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. [Yann Ylavic]
+
   *) core: Define and UnDefine are no longer permitted in
      directory context. Previously they would always be evaulated
      as the configuration was read without regard for the directory