Author: kkolinko
Date: Fri Feb 13 11:15:57 2015
New Revision: 1659507
URL: http://svn.apache.org/r1659507
Log:
Mention the unit size for upgradeAsyncWriteBufferSize, as was asked via
comments.a.o
This setting does not exist in Tomcat 9 (removed in r1650512).
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/config/http.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/config/http.xml?rev=1659507&r1=1659506&r2=1659507&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/config/http.xml Fri Feb 13 11:15:57 2015
@@ -549,7 +549,7 @@
<attribute name="upgradeAsyncWriteBufferSize" required="false">
<p>The default size of the buffer to allocate to for asynchronous writes
- that can not be completed in a single operation. Data that can't be
+ that can not be completed in a single operation, specified in bytes.
Data that can't be
written immediately will be stored in this buffer until it can be
written.
If more data needs to be stored than space is available in the buffer
than
the size of the buffer will be increased for the duration of the write.
If
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]