compression: add per-route remove_accept_encoding_header (#29877)
* compression: add per-route remove_accept_encoding_header The use case: envoy is handling compression for all routes by default, but some routes _may_ be able to handle compression better than envoy (e.g. by serving precompressed assets), or they may not, in which case envoy should still compress. The existing per-route compression configuration, which only consists of "entirely disabling compression", is not acceptable for this use case. Signed-off-by: Ian Kerins <git@isk.haus> Mirrored from https://github.com/envoyproxy/envoy @ 24efd20cfc69f664cb1c94e83537e940fcbb1e2dmain
parent
c1e20ac54e
commit
e9057976fc
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue