You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/01/31 19:09:44 UTC

DO NOT REPLY [Bug 6160] - HttpServletResponse.flushBuffer() fails to flush data to client

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6160>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6160

HttpServletResponse.flushBuffer() fails to flush data to client





------- Additional Comments From remm@apache.org  2002-01-31 18:09 -------
flushBuffer does flush the buffer (you can look at the code in the
org.apache.catalina.connector if you'd like to be convinced of that).
However, the HTTP/1.1 connector may make it behave in a very different way than
it did in the past, depending on what the HTTP client is doing (but that's the
HTTP client's fault).
Try with the HTTP/1.0 connector to see if your client would like it better.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>