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/05/29 17:22:37 UTC

svn propchange: r1878280 - svn:log

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

Modified: svn:log at Fri May 29 17:22:37 2020
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri May 29 17:22:37 2020
@@ -1,6 +1,6 @@
 mod_proxy_http: don't strip EOS when spooling request body to file.
 
-To prevent stream_reqbody() from sending the FILE and EOS bucket in separate
+To prevent stream_reqbody() from sending the FILE and FLUSH bucket in separate
 brigades, and thus apr_file_setaside() to trigger if network congestion occurs
 with the backend, restore the EOS in spool_reqbody_cl() which was stripped
 when spooling the request body to a file.