From: Christophe Jaillet Date: Sun, 21 May 2023 11:29:37 +0000 (+0000) Subject: The default value of FlushMaxThreshold is defined as AP_FLUSH_MAX_THRESHOLD, which... X-Git-Tag: 2.4.58-rc1-candidate~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a26d147c119327e5981f8d41e411387f58bd7243;p=thirdparty%2Fapache%2Fhttpd.git The default value of FlushMaxThreshold is defined as AP_FLUSH_MAX_THRESHOLD, which is 65535. (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 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index ad5e41af83d..b18b5c68697 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2041,7 +2041,7 @@ to the network Threshold above which pending data are flushed to the network FlushMaxThreshold number-of-bytes -FlushMaxThreshold 65536 +FlushMaxThreshold 65535 server configvirtual host 2.4.47 and later