MEDIUM: compression: start to move to the new buffer API
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 29 Jun 2018 16:16:31 +0000 (18:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:42 +0000 (16:23 +0200)
commit0b662843c8b84df7a915f46bb3adc5d1e9c4695e
tree2bfe3644805d7c9af9fd4fbc520bffafab15d18d
parentf15893762002189d125b414c1449823352259392
MEDIUM: compression: start to move to the new buffer API

This part is tricky, it passes a channel where we used to have a buffer,
in order to reduce the API changes during the big switch. This way all
the channel's wrappers to distinguish between input and output are
available. It also makes sense given that the compression applies on
a channel since it's in the forwarding path.
src/compression.c
src/flt_http_comp.c