You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2021/10/13 08:38:34 UTC

svn commit: r1894187 - /httpd/httpd/trunk/docs/manual/mod/mod_http2.xml

Author: icing
Date: Wed Oct 13 08:38:34 2021
New Revision: 1894187

URL: http://svn.apache.org/viewvc?rev=1894187&view=rev
Log:
  * mod_http2: avoid the term "pushing" in documentation for H2StreamTimeout
    as this has nothing to do with the HTTP/2 PUSH feature. 

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_http2.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_http2.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_http2.xml?rev=1894187&r1=1894186&r2=1894187&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_http2.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_http2.xml Wed Oct 13 08:38:34 2021
@@ -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>