Author: markt Date: Wed Mar 30 10:10:31 2016 New Revision: 1737089 URL: http://svn.apache.org/viewvc?rev=1737089&view=rev Log: Better format for the comparison table headings Align HTTP and AJP row descriptions Be more explicit about Headers and Bodies
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=1737089&r1=1737088&r2=1737089&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/ajp.xml (original) +++ tomcat/trunk/webapps/docs/config/ajp.xml Wed Mar 30 10:10:31 2016 @@ -759,9 +759,9 @@ <table class="defaultTable" style="text-align: center;"> <tr> <th /> - <th>Java Nio Connector<br />NIO</th> - <th>Java Nio2 Connector<br />NIO2</th> - <th>APR/native Connector<br />APR</th> + <th style="text-align: center;">Java Nio Connector<br />NIO</th> + <th style="text-align: center;">Java Nio2 Connector<br />NIO2</th> + <th style="text-align: center;">APR/native Connector<br />APR</th> </tr> <tr> <th>Classname</th> @@ -800,7 +800,7 @@ <td>Blocking</td> </tr> <tr> - <th>Write Response</th> + <th>Write Response Headers and Body</th> <td>Blocking</td> <td>Blocking</td> <td>Blocking</td> Modified: tomcat/trunk/webapps/docs/config/http.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1737089&r1=1737088&r2=1737089&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Wed Mar 30 10:10:31 2016 @@ -1672,9 +1672,9 @@ <table class="defaultTable" style="text-align: center;"> <tr> <th /> - <th>Java Nio Connector<br />NIO</th> - <th>Java Nio2 Connector<br />NIO2</th> - <th>APR/native Connector<br />APR</th> + <th style="text-align: center;">Java Nio Connector<br />NIO</th> + <th style="text-align: center;">Java Nio2 Connector<br />NIO2</th> + <th style="text-align: center;">APR/native Connector<br />APR</th> </tr> <tr> <th>Classname</th> @@ -1701,19 +1701,19 @@ <td><code class="noHighlight">maxConnections</code></td> </tr> <tr> - <th>Read HTTP Request</th> + <th>Read Request Headers</th> <td>Non Blocking</td> <td>Non Blocking</td> <td>Non Blocking</td> </tr> <tr> - <th>Read HTTP Body</th> + <th>Read Request Body</th> <td>Blocking</td> <td>Blocking</td> <td>Blocking</td> </tr> <tr> - <th>Write HTTP Response</th> + <th>Write Response Headers and Body</th> <td>Blocking</td> <td>Blocking</td> <td>Blocking</td> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org