Hi Giovanni, On Mon, Sep 08, 2014 at 05:48:59PM +0200, Giovanni Lenzi wrote: > Hi, > I'm using haproxy 1.5dev22. > > I'm facing with gzip compression not working when my application > server specifies an extended content-type like for example: (...) > From the server I also get: > Transfer-Encoding : chunked > > Can this be the problem? Why?
Yes this is the problem. 1.5-dev22 was not able to compress chunked-encoded responses. This is now possible in the final release. Please upgrade to 1.5.4, it will work. I'm using it with the stats page because it's highly compressible. Best regards, Willy