commit | d4762b8474163dc94b7c514120163bcaef8a0d19 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Oct 12 11:02:48 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Oct 12 11:26:49 2021 +0200 |
tree | 46b63666e1cc42debad45f39a032c908b5208876 | |
parent | 1274e10d5c857b41d092c805b22d356e3d799aef [diff] |
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.