]> git.kaiwu.me - haproxy.git/commit
MINOR: compression: Rename the function check_legacy_http_comp_flt()
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 10 Dec 2018 15:14:04 +0000 (16:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 Dec 2018 16:09:31 +0000 (17:09 +0100)
commitc9df7f728f72e13d58e261e9561f6549be5ef540
treefb72db2a039ecfa64557a7df26c7d46cd2ade444
parent459e18e9e716c3f9718db37a4467d2752b04c164
MINOR: compression: Rename the function check_legacy_http_comp_flt()

To not mix it up with the legacy HTTP representation, this function has been
rename check_implicit_http_comp_flt().
include/proto/flt_http_comp.h
src/filters.c
src/flt_http_comp.c