MINOR: compression: Store algo and type for both request and response
authorOlivier Houchard <ohouchard@backtrace.io>
Wed, 5 Apr 2023 15:32:36 +0000 (17:32 +0200)
committerOlivier Houchard <cognet@ci0.org>
Thu, 6 Apr 2023 22:46:59 +0000 (00:46 +0200)
commitdb573e9c58bcdf26ed3cf58f106b5de65a28d962
tree6eaee9aeceaaffd636445256f6d290a17cb2d1b7
parentdfc11da5615c82c0b06a5e1d5223c87260629ab5
MINOR: compression: Store algo and type for both request and response

Make provision for being able to store both compression algorithms and
content-types to compress for both requests and responses. For now only
the responses one are used.
include/haproxy/compression-t.h
include/haproxy/compression.h
src/compression.c
src/flt_http_comp.c
src/proxy.c