MINOR: flt_http_comp: "compression" requires TCP or HTTP mode
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 19 Sep 2023 16:02:00 +0000 (18:02 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Oct 2023 13:34:30 +0000 (15:34 +0200)
commit225526dc16949ccbc83f59378d644eb6bda7681c
treecd80404e17ac6e8a040b96d940849d853ba7d905
parent1e0093a31784d8e1ae2cbc00ab7b5e229aa78382
MINOR: flt_http_comp: "compression" requires TCP or HTTP mode

Prevent the use of "compression" keyword in proxy sections when the proxy
is neither in tcp or http mode.
src/flt_http_comp.c