]> 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:29:37 +0000 (11:29 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 21 May 2023 11:29:37 +0000 (11:29 +0000)
(r1909959 in trunk)

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909960 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index ad5e41af83da5b1c0d2ffa5dba4fc518d05a8e21..b18b5c68697bfb779586b8d2d5bac5c78095e738 100644 (file)
@@ -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>