summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_http2.xml
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2021-10-13 10:21:34 +0200
committerRuediger Pluem <rpluem@apache.org>2021-10-13 10:21:34 +0200
commit1c5c030a70dc3381df8a30d72bdba0358d772c68 (patch)
treeec1c97addf54cf9cd4454f94492cb87cb6d885f2 /docs/manual/mod/mod_http2.xml
parent* Add two new files generated by transformation [skip ci] (diff)
downloadapache2-1c5c030a70dc3381df8a30d72bdba0358d772c68.tar.xz
apache2-1c5c030a70dc3381df8a30d72bdba0358d772c68.zip
* Add first documentation for H2StreamTimeout [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1894183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/manual/mod/mod_http2.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_http2.xml b/docs/manual/mod/mod_http2.xml
index 76d5f6fc7f..1a02023d24 100644
--- a/docs/manual/mod/mod_http2.xml
+++ b/docs/manual/mod/mod_http2.xml
@@ -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>