You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/05/01 15:06:32 UTC

svn commit: r1677129 - /tomcat/trunk/webapps/docs/config/http.xml

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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org