Skip to content

Commit afad6e2

Browse files
author
Christophe Jaillet
committed
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
1 parent 14aa4f5 commit afad6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manual/mod/core.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2063,7 +2063,7 @@ to the network</description>
20632063
<description>Threshold above which pending data are flushed to the
20642064
network</description>
20652065
<syntax>FlushMaxThreshold <var>number-of-bytes</var></syntax>
2066-
<default>FlushMaxThreshold 65536</default>
2066+
<default>FlushMaxThreshold 65535</default>
20672067
<contextlist><context>server config</context><context>virtual host</context>
20682068
</contextlist>
20692069
<compatibility>2.5 and later</compatibility>

0 commit comments

Comments
 (0)