commit | 0b662843c8b84df7a915f46bb3adc5d1e9c4695e | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Fri Jun 29 18:16:31 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 19 16:23:42 2018 +0200 |
tree | 2bfe3644805d7c9af9fd4fbc520bffafab15d18d | |
parent | f15893762002189d125b414c1449823352259392 [diff] |
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.