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 2020/06/19 17:53:58 UTC

svn commit: r1879001 - /httpd/httpd/trunk/CHANGES

Author: ylavic
Date: Fri Jun 19 17:53:58 2020
New Revision: 1879001

URL: http://svn.apache.org/viewvc?rev=1879001&view=rev
Log:
CHANGES entry for ap_proxy_define_match_worker().

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1879001&r1=1879000&r2=1879001&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Fri Jun 19 17:53:58 2020
@@ -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