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: [email protected]
For additional commands, e-mail: [email protected]