Hi all,
I just noticed that we still have this gzip compression enabled in Netty:
It was introduced by a pull-request, but we shouldn't have it enabled at this level.
If you want it in the JVM, it should be possible to enable at the application level (via a Gzip Filter). And if you want it at the server level, it is better to handle it at the reverse proxy, or network infrastructure level.
I propose to remove this.
(Actually we found strange bugs with this compression on one of our application. Not sure what is the cause, but having if hard-wired by default without any option to disable it, or to enable it for sone Actions only, makes it painful).
--
Guillaume Bort,
http://guillaume.bort.fr