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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to