]> git.kaiwu.me - haproxy.git/commit
CLEANUP: sessions: simplify the sess_priv_conns pool name
authorWilly Tarreau <w@1wt.eu>
Mon, 8 Jun 2026 06:44:25 +0000 (08:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 8 Jun 2026 06:44:25 +0000 (08:44 +0200)
commit172306c308bcfdbc32e3b7ad2927814c77a58fd3
tree5d1e06f4b5c00f9921f984caa6281af309a02175
parente51ae5ce66e01a995ca937f9d9ca6e72a143ad6c
CLEANUP: sessions: simplify the sess_priv_conns pool name

Using "show pools detailed" on the CLI breaks the column alignment on
"sess_priv_conns" because the pool name contains spaces: "session priv
conns list", which is not welcome as pool names are truncated after the
12th chars anyway. Let's shorten it to the pool's name as done for many
other ones: sess_priv_conns.

This can be backported as far as 3.0 where this name was introduced,
because it helps when trying to sum or graph certain metrics during
debugging.
src/session.c