]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The default value of FlushMaxThreshold is defined as AP_FLUSH_MAX_THRESHOLD, which...
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 21 May 2023 11:28:02 +0000 (11:28 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 21 May 2023 11:28:02 +0000 (11:28 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909959 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index ba7e393dcb901b2124e83b4e3c74413e6846d8e3..f50e4a812d17277531ae0a3feb817b0064034fcd 100644 (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>