]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CHANGES entry for ap_proxy_define_match_worker().
authorYann Ylavic <ylavic@apache.org>
Fri, 19 Jun 2020 17:53:58 +0000 (17:53 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 19 Jun 2020 17:53:58 +0000 (17:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879001 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d7fc4c68e8e7b378643798e08fa4cfe861c83cd9..7c0edd9d52991aa66391d7f6ea2845152c8f31be 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,17 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_proxy: recognize parameters from ProxyPassMatch workers with dollar
+     substitution, such that they apply to the backend connection.  Note that
+     connection reuse is disabled by default to avoid compatibility issues.
+     [Takashi Sato, Jan Kaluza, Eric Covener, Yann Ylavic, Jean-Frederic Clere]
+     
+     remove proxy-sendchunked and proxy-sendchunks
+     handling, the defaut behaviour being now to stream the request body
+     using Content-Length when the length is known and fall back to chunked
+     Transfer-Encoding otherwise (unless proxy-sendcl is set thus requiring
+     that the request body be spooled to memory or filesystem). [Yann Ylavic]
+
   *) mod_proxy_http: remove proxy-sendchunked and proxy-sendchunks
      handling, the defaut behaviour being now to stream the request body
      using Content-Length when the length is known and fall back to chunked