Author: markt Date: Tue Jun 3 11:31:33 2014 New Revision: 1599479 URL: http://svn.apache.org/r1599479 Log: Tweak comments
Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java?rev=1599479&r1=1599478&r2=1599479&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java (original) +++ tomcat/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Tue Jun 3 11:31:33 2014 @@ -1119,8 +1119,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org