]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h3/trace: add a state trace on stream creation/destruction
authorWilly Tarreau <w@1wt.eu>
Wed, 7 Aug 2024 13:36:17 +0000 (15:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Aug 2024 14:02:59 +0000 (16:02 +0200)
commitd5da87b5dc4e00d74c4e539100dba5dc3c075e7b
tree522389e05b7a8feb6eb63ca6a5fe6dd3cf399b79
parent23417ab9d4bd03f74a05fad92b574f50f4660a9f
MINOR: mux-h3/trace: add a state trace on stream creation/destruction

Logging below the developer level doesn't always yield very convenient
traces as we don't know well where streams are allocated nor released.
Let's just make that more explicit by using state-level traces for these
important steps.
src/mux_quic.c