Author: markt
Date: Wed Mar 30 11:01:02 2016
New Revision: 1737100
URL: http://svn.apache.org/viewvc?rev=1737100&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59229
Fix regression in r1704287
Align/improve row titles
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1737100&r1=1737099&r2=1737100&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Mar 30 11:01:02 2016
@@ -208,6 +208,11 @@
Fix a potential indefinite wait in the Comet Chat servlet in the
examples web application. (markt)
</fix>
+ <fix>
+ <bug>59229</bug>: Fix error in HTTP docs and make clear the the HTTP
NIO
+ connector uses non-blocking I/O to read the HTTP request headers.
+ (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Tribes">
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml?rev=1737100&r1=1737099&r2=1737100&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/http.xml Wed Mar 30 11:01:02 2016
@@ -1329,9 +1329,9 @@
Tomcat Version 3.x onwards 6.x onwards
5.5.x onwards
Support Polling NO YES
YES
Polling Size N/A maxConnections
maxConnections
- Read HTTP Request Blocking Blocking
Blocking
- Read HTTP Body Blocking Blocking
Blocking
- Write HTTP Response Blocking Blocking
Blocking
+ Read Request Headers Blocking Non Blocking
Blocking
+ Read Request Body Blocking Blocking
Blocking
+ Write Response Blocking Blocking
Blocking
Wait for next Request Blocking Non Blocking
Non Blocking
SSL Support Java SSL Java SSL
OpenSSL
SSL Handshake Blocking Non blocking
Blocking
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]