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 2017/10/24 13:14:23 UTC

[Bug 61660] Calling flush() on servlet response print writer while compression is enabled produces corrupted response

https://bz.apache.org/bugzilla/show_bug.cgi?id=61660

--- Comment #1 from Remy Maucherat <re...@apache.org> ---
As a side note, without looking at the merits of the BZ, I'd like to point out
that the very common habit of doing flush and/or close at the end of a servlet
is a bad idea, it may impair better error processing and will always degrade
performance.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org