From: Ruediger Pluem Date: Wed, 13 Oct 2021 08:21:34 +0000 (+0000) Subject: * Add first documentation for H2StreamTimeout [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~745 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c5c030a70dc3381df8a30d72bdba0358d772c68;p=thirdparty%2Fapache%2Fhttpd.git * Add first documentation for H2StreamTimeout [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894183 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index 76d5f6fc7fe..1a02023d24c 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -1005,4 +1005,24 @@ H2TLSCoolDownSecs 0 + + H2StreamTimeout + Maximum time waiting when pushing stream data to a connection + H2StreamTimeout time-interval[s] + Value of Timeout + + server config + virtual host + directory + + Available in version 2.5.1 and later. + + +

+ 'H2StreamTimeout' specifies the maximum time that a stream will wait on the + connection for accepting stream data. +

+
+
+