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 19:04 -------
No, if you're writing serialized objects, it can be that the client is trying 
to get the whole response before unserializing, for reasons I don't understand 
very well, but may be caused because the connector will be using the chunked 
tranfer encoding.
I think it's the client's problem for failing to handle it properly.

I recommend that you try with the HTTP/1.0 connector (it's commented out in the 
default configuration), which is a much less modern, so it won't use chunking.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to