BUG/MINOR: sample: fix backend direction flags consecutive to last fix
authorWilly Tarreau <w@1wt.eu>
Sat, 16 Oct 2021 12:41:09 +0000 (14:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 Oct 2021 12:41:09 +0000 (14:41 +0200)
commitb39e47a52b19e7b62727393f9b8e8bd36330b550
tree637f0695c0921a49242655e9c87eae543f846e0e
parent697cfde34072ca145262ad9ed5608322946166dd
BUG/MINOR: sample: fix backend direction flags consecutive to last fix

Commit 7a06ffb85 ("BUG/MEDIUM: sample: Cumulate frontend and backend
sample validity flags") introduced a typo confusing the request and
the response direction when checking for validity of a rule applied
to a backend. This was reported by Coverity in issue #1417.

This needs to be backported where the patch above is backported.
src/http_htx.c