https://issues.apache.org/bugzilla/show_bug.cgi?id=52121
Konstantin Kolinko <knst.koli...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #11 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-11-11 00:11:03 UTC --- Reverted in 6.0 in r1200620. It is broken. Browsers display empty page with compression="on". Wget says "No data received". As if connection has been closed. Debugging with trunk, there is problem in OutputBuffer.close(). It does: doFlush(false); closed = true; It closes underlying stream without closing FlushableGZIPOutputStream first. Consequently the attempt to write out the last byte at FlushableGZIPOutputStream#close() fails with an IOException. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org