From: Christophe Jaillet Date: Sun, 21 May 2023 11:28:02 +0000 (+0000) Subject: The default value of FlushMaxThreshold is defined as AP_FLUSH_MAX_THRESHOLD, which... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afad6e2a78c5690b2de3304b846e1955eac0ed94;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index ba7e393dcb9..f50e4a812d1 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2063,7 +2063,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.5 and later