Author: markt
Date: Fri May 1 13:06:32 2015
New Revision: 1677129
URL: http://svn.apache.org/r1677129
Log:
NIO2 uses simulated blocking (a separate call to the read/write that blocks
until the read/write completes)
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1677129&r1=1677128&r2=1677129&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Fri May 1 13:06:32 2015
@@ -1509,13 +1509,13 @@
<tr>
<th style="text-align: left;">Read HTTP Body</th>
<td>Sim Blocking</td>
- <td>Blocking</td>
+ <td>Sim Blocking</td>
<td>Blocking</td>
</tr>
<tr>
<th style="text-align: left;">Write HTTP Response</th>
<td>Sim Blocking</td>
- <td>Blocking</td>
+ <td>Sim Blocking</td>
<td>Blocking</td>
</tr>
<tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]