Hi,
> we are using 1.5dev19 and I like to know is there option to use acl and
> reqidel.
> What I want. Remove accept-encoding gzip, deflate when matched acl. Because
> I know that client is broken. And I want to set gzip compression globaly on.
Please check the documentation, you should find everything you need:
reqidel <search> [{if | unless} <cond>] (ignore case)
http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#4-reqidel
Remember to use "mode http" and avoid the tunneling mode (read the docs
about "option http-server-close").
Regards,
Lukas