BUG/MINOR: checks: Support multiple HTTP expect rules
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2020 05:59:23 +0000 (07:59 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2020 09:07:00 +0000 (11:07 +0200)
commit1a200d6bd5b6523fc7ff7424cc3b369db0495546
tree936919d693a588b3fd358d3d50823294c2885775
parent1941bab52c58c553d4c12cf23dea5d9f4dc008d5
BUG/MINOR: checks: Support multiple HTTP expect rules

For an http-check ruleset, it should be allowed to set a chain of expect
rules. But an error is triggered during the post-parsing because of a wrong
test, inherited from the evaluation mode before the refactoring.

No need to backport.
src/checks.c