Author: markt Date: Mon Sep 21 12:25:59 2015 New Revision: 1704283 URL: http://svn.apache.org/viewvc?rev=1704283&view=rev Log: Clean-up inspired by bug 58430
Modified: tomcat/trunk/webapps/docs/config/ajp.xml tomcat/trunk/webapps/docs/config/http.xml Modified: tomcat/trunk/webapps/docs/config/ajp.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=1704283&r1=1704282&r2=1704283&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/ajp.xml (original) +++ tomcat/trunk/webapps/docs/config/ajp.xml Mon Sep 21 12:25:59 2015 @@ -740,7 +740,7 @@ <subsection name="Connector Comparison"> - <p>Below is a small chart that shows how the connectors differentiate.</p> + <p>Below is a small chart that shows how the connectors differ.</p> <table class="defaultTable" style="text-align: center;"> <tr> @@ -775,19 +775,19 @@ </tr> <tr> <th style="text-align: left;">Read Request Headers</th> - <td>Sim Blocking</td> + <td>Blocking</td> <td>Blocking</td> <td>Blocking</td> </tr> <tr> <th style="text-align: left;">Read Request Body</th> - <td>Sim Blocking</td> + <td>Blocking</td> <td>Blocking</td> <td>Blocking</td> </tr> <tr> <th style="text-align: left;">Write Response</th> - <td>Sim Blocking</td> + <td>Blocking</td> <td>Blocking</td> <td>Blocking</td> </tr> Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1704283&r1=1704282&r2=1704283&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Mon Sep 21 12:25:59 2015 @@ -1632,7 +1632,7 @@ <subsection name="Connector Comparison"> - <p>Below is a small chart that shows how the connectors differentiate.</p> + <p>Below is a small chart that shows how the connectors differ.</p> <table class="defaultTable" style="text-align: center;"> <tr> @@ -1669,18 +1669,18 @@ <th style="text-align: left;">Read HTTP Request</th> <td>Non Blocking</td> <td>Non Blocking</td> - <td>Blocking</td> + <td>Non Blocking</td> </tr> <tr> <th style="text-align: left;">Read HTTP Body</th> - <td>Sim Blocking</td> - <td>Sim Blocking</td> + <td>Blocking</td> + <td>Blocking</td> <td>Blocking</td> </tr> <tr> <th style="text-align: left;">Write HTTP Response</th> - <td>Sim Blocking</td> - <td>Sim Blocking</td> + <td>Blocking</td> + <td>Blocking</td> <td>Blocking</td> </tr> <tr> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org