You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2023/05/21 11:28:03 UTC

svn commit: r1909959 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: jailletc36
Date: Sun May 21 11:28:02 2023
New Revision: 1909959

URL: http://svn.apache.org/viewvc?rev=1909959&view=rev
Log:
The default value of FlushMaxThreshold is defined as AP_FLUSH_MAX_THRESHOLD, which is 65535.

[skip ci]

Modified:
    httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1909959&r1=1909958&r2=1909959&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Sun May 21 11:28:02 2023
@@ -2063,7 +2063,7 @@ to the network</description>
 <description>Threshold above which pending data are flushed to the
 network</description>
 <syntax>FlushMaxThreshold <var>number-of-bytes</var></syntax>
-<default>FlushMaxThreshold 65536</default>
+<default>FlushMaxThreshold 65535</default>
 <contextlist><context>server config</context><context>virtual host</context>
 </contextlist>
 <compatibility>2.5 and later</compatibility>