commit | 89f2b165309ff6070998cb0cbe6bc122ac3bf4c2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jul 15 21:16:04 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 19 09:18:27 2019 +0200 |
tree | 25a6dd56c883494f837482c8c7f910163a28f412 | |
parent | 95e7ea3c62ad89e150128e93a9794f623d6310ab [diff] |
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.