diff options
author | Ruediger Pluem <rpluem@apache.org> | 2021-10-13 10:21:34 +0200 |
---|---|---|
committer | Ruediger Pluem <rpluem@apache.org> | 2021-10-13 10:21:34 +0200 |
commit | 1c5c030a70dc3381df8a30d72bdba0358d772c68 (patch) | |
tree | ec1c97addf54cf9cd4454f94492cb87cb6d885f2 /docs/manual/mod/mod_http2.xml | |
parent | * Add two new files generated by transformation [skip ci] (diff) | |
download | apache2-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.xml | 20 |
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> |