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
<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>
<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>