]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: compression: pass the channel to http_compression_buffer_end()
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Jun 2018 05:15:47 +0000 (07:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 19 Jul 2018 14:23:39 +0000 (16:23 +0200)
commit4d452384a37f8fc2919a58f3134938df53e93ae8
tree406e01f64a4096c7f47e261f7804c4885bb4cd58
parentf17f19f1a796ea9bbb4e31e7bdd0589f08a64e7e
MINOR: compression: pass the channel to http_compression_buffer_end()

This will be needed to access the output data count from the channel
after the buffer/channel changes.
src/flt_http_comp.c