Author: markt
Date: Wed May  1 16:37:11 2013
New Revision: 1478085

URL: http://svn.apache.org/r1478085
Log:
Align flush() implementations

Modified:
    tomcat/trunk/java/org/apache/coyote/http11/InternalOutputBuffer.java

Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalOutputBuffer.java
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http11/InternalOutputBuffer.java?rev=1478085&r1=1478084&r2=1478085&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http11/InternalOutputBuffer.java 
(original)
+++ tomcat/trunk/java/org/apache/coyote/http11/InternalOutputBuffer.java Wed 
May  1 16:37:11 2013
@@ -114,10 +114,7 @@ public class InternalOutputBuffer extend
 
         super.flush();
 
-        // Flush the current buffer
-        if (useSocketBuffer) {
-            socketBuffer.flushBuffer();
-        }
+        flushBuffer(isBlocking());
 
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to