]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: trace/quic: enable conn/session pointer recovery from quic_conn
authorWilly Tarreau <w@1wt.eu>
Tue, 6 Aug 2024 09:07:13 +0000 (11:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Aug 2024 14:02:59 +0000 (16:02 +0200)
commitaa1915a9f559724cb3fc2be39a2d928d99556e5a
treed2bb920127e655ad679f8cfb80aef1f036fd4c58
parent9f829ea3f34fd15bee50ca91fac8526077f77142
BUG/MINOR: trace/quic: enable conn/session pointer recovery from quic_conn

In __trace_enabled(), a quic_conn was detected, but it was not possible
to derive the connection nor the session from it, which was quite limiting
in terms of ability to track a same instance.

This should be backported to at least 3.0, maybe even 2.6.
src/trace.c