]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Add first documentation for H2StreamTimeout [skip ci]
authorRuediger Pluem <rpluem@apache.org>
Wed, 13 Oct 2021 08:21:34 +0000 (08:21 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 13 Oct 2021 08:21:34 +0000 (08:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894183 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_http2.xml

index 76d5f6fc7fe70110980e7d2ea7286e2878ff5e9e..1a02023d24c311815bb9b7495e39bf2be3ae1cb3 100644 (file)
@@ -1005,4 +1005,24 @@ H2TLSCoolDownSecs 0
         </usage>
     </directivesynopsis>
     
+    <directivesynopsis>
+        <name>H2StreamTimeout</name>
+        <description>Maximum time waiting when pushing stream data to a connection</description>
+        <syntax>H2StreamTimeout <var>time-interval</var>[s]</syntax>
+        <default>Value of <directive module="core">Timeout</directive></default>
+        <contextlist>
+            <context>server config</context>
+            <context>virtual host</context>
+            <context>directory</context>
+        </contextlist>
+        <compatibility>Available in version 2.5.1 and later.</compatibility>
+
+        <usage>
+            <p>
+                'H2StreamTimeout' specifies the maximum time that a stream will wait on the
+                connection for accepting stream data.
+            </p>
+        </usage>
+    </directivesynopsis>
+
 </modulesynopsis>