Author: markt
Date: Tue May 16 10:22:53 2017
New Revision: 1795292
URL: http://svn.apache.org/viewvc?rev=1795292&view=rev
Log:
tab police
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java?rev=1795292&r1=1795291&r2=1795292&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Tue May 16
10:22:53 2017
@@ -848,9 +848,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: [email protected]
For additional commands, e-mail: [email protected]