https://bz.apache.org/bugzilla/show_bug.cgi?id=69575
--- Comment #5 from Remy Maucherat <r...@apache.org> --- It seems to me it's a good time to (finally) add transfer-encoding support since it's the right way to do this. Nobody will use it though ;) It would be used if the client submits a "TE: gzip" header, and Tomcat will then respond with a "Transfer-Encoding: gzip, chunked" if on the fly compression was used for the response. It's also compatible with use of strong etags (which Tomcat supports now, another one of the Do The Right Thing (TM) item list). -- 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