From: Stefan Eissing Date: Wed, 13 Oct 2021 08:38:34 +0000 (+0000) Subject: * mod_http2: avoid the term "pushing" in documentation for H2StreamTimeout X-Git-Tag: 2.5.0-alpha2-ci-test-only~743 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4ec4a3c72e6dd3dee6c344965c5cffa35c5b13d;p=thirdparty%2Fapache%2Fhttpd.git * mod_http2: avoid the term "pushing" in documentation for H2StreamTimeout as this has nothing to do with the HTTP/2 PUSH feature. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894187 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml index 1a02023d24c..6e9c82bdc0d 100644 --- a/docs/manual/mod/mod_http2.xml +++ b/docs/manual/mod/mod_http2.xml @@ -1007,7 +1007,7 @@ H2TLSCoolDownSecs 0 H2StreamTimeout - Maximum time waiting when pushing stream data to a connection + Maximum time waiting when sending/receiving data to stream processing H2StreamTimeout time-interval[s] Value of Timeout @@ -1019,8 +1019,8 @@ H2TLSCoolDownSecs 0

- 'H2StreamTimeout' specifies the maximum time that a stream will wait on the - connection for accepting stream data. + 'H2StreamTimeout' specifies the maximum time that a stream being processed will wait + for its data to be sent/received.