From 319f8efae9632e8876a38ffec08d1c608b9d3139 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Sun, 1 Feb 2015 21:10:03 +0000 Subject: [PATCH] Follow up to r1656259: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1656359 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index c1f0270e95..d14b8664ef 100644 --- 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 -- 2.50.1