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 2017/05/16 10:33:01 UTC

svn commit: r1795294 - /tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

Author: markt
Date: Tue May 16 10:33:01 2017
New Revision: 1795294

URL: http://svn.apache.org/viewvc?rev=1795294&view=rev
Log:
Fix whitespace

Modified:
    tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java

Modified: tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java?rev=1795294&r1=1795293&r2=1795294&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java (original)
+++ tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/AbstractHttp11Processor.java Tue May 16 10:33:01 2017
@@ -1474,12 +1474,12 @@ public abstract class AbstractHttp11Proc
             entityBody = false;
             contentDelimitation = true;
             if (statusCode == 205) {
-            	// RFC 7231 requires the server to explicitly signal an empty
-            	// response in this case
-            	response.setContentLength(0);
+                // RFC 7231 requires the server to explicitly signal an empty
+                // response in this case
+                response.setContentLength(0);
             }
         }
-        
+
         MessageBytes methodMB = request.method();
         if (methodMB.equals("HEAD")) {
             // No entity body



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