BUG/MINOR: http-rules: Preserve FLT_END analyzers on reject action
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 6 Mar 2020 13:02:57 +0000 (14:02 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Mar 2020 14:52:57 +0000 (16:52 +0200)
commit961850da7dd1fc96168f4b55ec5430db4b206a3c
tree883890857552d945d3ff89a1b7aaada3f11b0668
parent99471972da9d7516165adb8c104771ef8219fbb1
BUG/MINOR: http-rules: Preserve FLT_END analyzers on reject action

When at least a filter is attached to a stream, FLT_END analyzers must be
preserved on request and response channels.

This patch should be backported as far as 1.8.

(cherry picked from commit c5bb5a0f2b36bffcea807bd7e529abdc35c23067)
Signed-off-by: Willy Tarreau <w@1wt.eu>
src/http_act.c