From d4ec4a3c72e6dd3dee6c344965c5cffa35c5b13d Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 13 Oct 2021 08:38:34 +0000 Subject: [PATCH] * 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 --- docs/manual/mod/mod_http2.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.

-- 2.47.3