MINOR: compression: Prepare compression code for request compression
authorOlivier Houchard <ohouchard@backtrace.io>
Wed, 5 Apr 2023 14:25:57 +0000 (16:25 +0200)
committerOlivier Houchard <cognet@ci0.org>
Thu, 6 Apr 2023 22:46:55 +0000 (00:46 +0200)
commitdfc11da5615c82c0b06a5e1d5223c87260629ab5
tree698b02cd79e664cfb4735e9f914681504695c32c
parent3ce0f01b81e32501e9a03e9c3254d1931ba8488b
MINOR: compression: Prepare compression code for request compression

Make provision for storing the compression algorithm and the compression
context twice, one for requests, and the other for responses. Only the
response ones are used for now.
include/haproxy/compression-t.h
src/flt_http_comp.c