MINOR: stream: make strm_dump_to_buffer() show the list of filters
authorWilly Tarreau <w@1wt.eu>
Thu, 28 Sep 2023 05:40:35 +0000 (07:40 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 Sep 2023 07:20:27 +0000 (09:20 +0200)
commit5ddeba7af3b3c7fb633d9c9167e49678f9da8b53
treed9ef61b460bc33b4c220cecf7b899a33a8c897bf
parent3e630a98719f2a15046aa1e1c3fac72c4ebeb15f
MINOR: stream: make strm_dump_to_buffer() show the list of filters

That's one of the rare pieces of information that was not present in
the full dump and only in the short one, the list of filters the stream
is subscribed to (however the current filter was present and more
detailed).
src/stream.c