]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: compression: Remove code relying on the legacy HTTP mode
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Jul 2019 19:16:04 +0000 (21:16 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:18:27 +0000 (09:18 +0200)
commit89f2b165309ff6070998cb0cbe6bc122ac3bf4c2
tree25a6dd56c883494f837482c8c7f910163a28f412
parent95e7ea3c62ad89e150128e93a9794f623d6310ab
MEDIUM: compression: Remove code relying on the legacy HTTP mode

The legacy HTTP callbacks were removed (comp_http_data, comp_http_chunk_trailers
and comp_http_forward_data). Functions emitting compressed chunks of data for
the legacy HTTP mode were also removed. The state for the compression filter was
updated accordingly. The compression context and the algorigttm used to compress
data are the only useful information remaining.
src/flt_http_comp.c