Skip to content

Commit

Permalink
NIO2 uses simulated blocking (a separate call to the read/write that …
Browse files Browse the repository at this point in the history
…blocks until the read/write completes)

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1677129 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed May 1, 2015
1 parent 0d78891 commit c273262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapps/docs/config/http.xml
Expand Up @@ -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>
Expand Down

0 comments on commit c273262

Please sign in to comment.