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 [EMAIL PROTECTED]  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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to