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)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 3 Sep 2024 16:38:12 +0000 (18:38 +0200)
commitab921e193529c368afdbda979dab2ca025485edf
treefcf0eae4229471f200193a60438ea66bddbc24ea
parent762f3df4e4ccef1355a0f752c350fe55edc9a8ae
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.

(cherry picked from commit aa1915a9f559724cb3fc2be39a2d928d99556e5a)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/trace.c