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:55:33 UTC

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

Author: ylavic
Date: Fri Jun 19 17:55:32 2020
New Revision: 1879002

URL: http://svn.apache.org/viewvc?rev=1879002&view=rev
Log:
Oups, axe spurious copypasta.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1879002&r1=1879001&r2=1879002&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Fri Jun 19 17:55:32 2020
@@ -5,12 +5,6 @@ Changes with Apache 2.5.1
      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