]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: pool/tree-wide: remove suffix "_pool" from certain pool names
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Jun 2022 09:02:08 +0000 (11:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Jun 2022 09:49:09 +0000 (11:49 +0200)
commitb8dec4a01acd18ab904c4740a9bd460134d3bf68
tree4f882eb1c61433cbc2016ebaf27d60d324467b02
parent47af31738928214353f635cc44c9df47f6699eac
CLEANUP: pool/tree-wide: remove suffix "_pool" from certain pool names

A curious practise seems to have started long ago and contaminated various
code areas, consisting in appending "_pool" at the end of the name of a
given pool. That makes no sense as the name is only used to name the pool
in diags such as "show pools", and since names are truncated there, this
adds some confusion when analysing the dump outputs. Let's just clean all
of them at once. there were essentially in SSL and QUIC.
src/cbuf.c
src/proto_quic.c
src/ssl_sock.c
src/xprt_handshake.c
src/xprt_quic.c