]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream: make the dump code not depend on the CLI appctx
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Sep 2023 06:06:18 +0000 (08:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 29 Sep 2023 07:20:27 +0000 (09:20 +0200)
commit6c2af048d66f2600286f0aa2abf4d6d8c98b147c
tree9c27ab9b810194292c270875e44dac38575df914
parent48b2233d3632141344732c93f70a3601cbc566a4
CLEANUP: stream: make the dump code not depend on the CLI appctx

The HA_ANON_CLI() helper relies on the CLI appctx and prevents the code
from being made more generic. Let's extract the CLI's anon key separately
and pass it via HA_ANON_STR() instead.
src/stream.c