MINOR: cfgparse: Emit a warning for misplaced "tcp-response content" rules
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Nov 2024 08:55:03 +0000 (09:55 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Nov 2024 08:55:04 +0000 (09:55 +0100)
commite58a30d3698cd21b00616392485446150ac29c81
tree034deee2e63c48214de1c24bb205729c4b54f1d7
parent5dcd3b0d994d083720ddb79a5a0dfe6d6690d20d
MINOR: cfgparse: Emit a warning for misplaced "tcp-response content" rules

When a "tcp-response content" rule is placed after a "http-response" rule, a
warning is now emitted, just like for rules applied on the requests.
include/haproxy/cfgparse.h
src/cfgparse-listen.c
src/tcp_rules.c