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:26:44 UTC

svn commit: r1795293 - /tomcat/tc8.5.x/trunk/java/org/apache/coyote/http11/Http11Processor.java

Author: markt
Date: Tue May 16 10:26:44 2017
New Revision: 1795293

URL: http://svn.apache.org/viewvc?rev=1795293&view=rev
Log:
tab police

Modified:
    tomcat/tc8.5.x/trunk/java/org/apache/coyote/http11/Http11Processor.java

Modified: tomcat/tc8.5.x/trunk/java/org/apache/coyote/http11/Http11Processor.java
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/coyote/http11/Http11Processor.java?rev=1795293&r1=1795292&r2=1795293&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/java/org/apache/coyote/http11/Http11Processor.java (original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/coyote/http11/Http11Processor.java Tue May 16 10:26:44 2017
@@ -1149,9 +1149,9 @@ public class Http11Processor extends Abs
             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);
             }
         }
 



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