]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* mod_http2: avoid the term "pushing" in documentation for H2StreamTimeout
authorStefan Eissing <icing@apache.org>
Wed, 13 Oct 2021 08:38:34 +0000 (08:38 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 13 Oct 2021 08:38:34 +0000 (08:38 +0000)
    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

index 1a02023d24c311815bb9b7495e39bf2be3ae1cb3..6e9c82bdc0dd139159a4bb0f7850a928a88386e3 100644 (file)
@@ -1007,7 +1007,7 @@ H2TLSCoolDownSecs 0
     
     <directivesynopsis>
         <name>H2StreamTimeout</name>
-        <description>Maximum time waiting when pushing stream data to a connection</description>
+        <description>Maximum time waiting when sending/receiving data to stream processing</description>
         <syntax>H2StreamTimeout <var>time-interval</var>[s]</syntax>
         <default>Value of <directive module="core">Timeout</directive></default>
         <contextlist>
@@ -1019,8 +1019,8 @@ H2TLSCoolDownSecs 0
 
         <usage>
             <p>
-                '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.
             </p>
         </usage>
     </directivesynopsis>