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 2014/06/13 13:25:43 UTC

svn commit: r1602380 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/coyote/http11/AbstractHttp11Processor.java

Author: markt
Date: Fri Jun 13 11:25:42 2014
New Revision: 1602380

URL: http://svn.apache.org/r1602380
Log:
Tweak comments

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1599479

Modified: tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java?rev=1602380&r1=1602379&r2=1602380&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Fri Jun 13 11:25:42 2014
@@ -1109,8 +1109,8 @@ public abstract class AbstractHttp11Proc
                 } else if (expectation &&
                         (response.getStatus() < 200 || response.getStatus() > 299)) {
                     // Client sent Expect: 100-continue but received a
-                    // non-2xx response. Disable keep-alive (if enabled) to
-                    // ensure the connection is closed. Some clients may
+                    // non-2xx final response. Disable keep-alive (if enabled)
+                    // to ensure that the connection is closed. Some clients may
                     // still send the body, some may send the next request.
                     // No way to differentiate, so close the connection to
                     // force the client to send the next request.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org