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:29:37 UTC

svn commit: r1909960 - /httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml

Author: jailletc36
Date: Sun May 21 11:29:37 2023
New Revision: 1909960

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

(r1909959 in trunk)

[skip ci]

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml?rev=1909960&r1=1909959&r2=1909960&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/core.xml Sun May 21 11:29:37 2023
@@ -2041,7 +2041,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.4.47 and later</compatibility>