The default value of FlushMaxThreshold is defined as AP_FLUSH_MAX_THRESHOLD, which is 65535.

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909959 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christophe Jaillet
2023-05-21 11:28:02 +00:00
parent 14aa4f56d7
commit afad6e2a78

View File

@ -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>