Author: markt
Date: Mon Jan 7 16:49:54 2019
New Revision: 1850668
URL: http://svn.apache.org/viewvc?rev=1850668&view=rev
Log:
Correct default value in docs
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/config/http2.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1850668&r1=1850667&r2=1850668&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Mon Jan 7 16:49:54 2019
@@ -5285,6 +5285,10 @@
<code>InstanceManager.destroy()</code> to ensure that the method is
executed. (markt)
</fix>
+ <fix>
+ Document the default for the HTTP/2 configuration parameter
+ <code>maxConcurrentStreamExecution</code> as 20. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Jasper">
Modified: tomcat/trunk/webapps/docs/config/http2.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http2.xml?rev=1850668&r1=1850667&r2=1850668&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http2.xml (original)
+++ tomcat/trunk/webapps/docs/config/http2.xml Mon Jan 7 16:49:54 2019
@@ -135,7 +135,7 @@
can be allocated threads from the container thread pool. If more streams
are active than threads are available, those streams will have to wait
for a stream to become available. If not specified, the default value of
- <code>200</code> will be used.</p>
+ <code>20</code> will be used.</p>
</attribute>
<attribute name="maxConcurrentStreams" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]