]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: config: Add warning for http-after-response rules in TCP mode
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 15 Mar 2021 14:09:21 +0000 (15:09 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 1 Apr 2021 09:06:47 +0000 (11:06 +0200)
commitbb7abede93f35ce7ab371ab55e4b9e2f497c53f2
treef1aad020845e651d958a39031659e44154aa54f7
parent97b3a614495b5c9a6139bbbcb6266d51606fa2c5
BUG/MINOR: config: Add warning for http-after-response rules in TCP mode

No warning is emitted if some http-after-response rules are configured on a
TCP proxy while such warning messages are emitted for other HTTP ruleset in
same condition. It is just an oversight.

This patch may be backported as far as 2.2.
src/cfgparse.c