]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: flt_trace/compression: Use the right flag to add the HTX support
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 3 Dec 2018 21:43:41 +0000 (22:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 4 Dec 2018 15:43:30 +0000 (16:43 +0100)
commit6e54095d0a564f2fc1525f2ced1eed2c6cfa59ab
tree9e47b821be16a4be408029facc209aee6015c3fe
parent435ce2d71d9fdb6a1a83e34025367e8e564172b9
BUG/MINOR: flt_trace/compression: Use the right flag to add the HTX support

Of course, the flag FLT_CFG_FL_HTX must be used and not
STRM_FLT_FL_HAS_FILTERS. "Fortunately", these 2 flags have the same value, so
everything worked as expected.
src/flt_http_comp.c
src/flt_trace.c