]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: tcp-rules: Preserve the right filter analyser on content eval abort
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Jul 2020 09:40:07 +0000 (11:40 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 30 Jul 2020 07:31:09 +0000 (09:31 +0200)
commit19dbf2d625b11e23cd45ef9d9678809a9ad602b9
treed7da8e37bdfad119b4d8d5d0c70e8ffda96e69ad
parent99aaca99b59dd229220f2f3c2112e4790e95d5d2
BUG/MINOR: tcp-rules: Preserve the right filter analyser on content eval abort

When a tcp-request or a tcp-response content ruleset evaluation is aborted, the
corresponding FLT_END analyser must be preserved, if any. But because of a typo
error, on the tcp-response content ruleset evaluation, we try to preserve the
request analyser instead of the response one.

This patch must be backported to 2.2.
src/tcp_rules.c