MINOR: stream: report the current filter in "show sess all" when known
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 Oct 2021 09:02:48 +0000 (11:02 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 Oct 2021 09:26:49 +0000 (11:26 +0200)
commitd4762b8474163dc94b7c514120163bcaef8a0d19
tree46b63666e1cc42debad45f39a032c908b5208876
parent1274e10d5c857b41d092c805b22d356e3d799aef
MINOR: stream: report the current filter in "show sess all" when known

Filters can block the stream on pre/post analysis for any reason and it can
be useful to report it in "show sess all". So now, a "current_filter" extra
line is reported for each channel if a filter is blocking the analysis. Note
that this does not catch the TCP/HTTP payload analysis because all
registered filters are always evaluated when more data are received.
src/stream.c