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 14:54:52 UTC

svn propchange: r1878991 - svn:log

Author: ylavic
Revision: 1878991
Modified property: svn:log

Modified: svn:log at Fri Jun 19 14:54:52 2020
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Jun 19 14:54:52 2020
@@ -3,7 +3,7 @@ mod_proxy_http: always stream the reques
 Simplify streaming by using Content-Length if the length is available, or
 chunked Transfer-Encoding otherwise.
 
-Spooling to memory/file will only be used for HTTP/1.0 requests or if
-proxy-sendcl is set.
+Spooling to memory/file will only be used if force-proxy-request-1.0 or
+proxy-sendcl are set.
 
 This removes the handling of proxy-sendchunked and proxy-sendchunks.