BUG/MINOR: quic/trace: make quic_conn_enc_level_init() emit NEW not CLOSE
authorWilly Tarreau <w@1wt.eu>
Tue, 6 Aug 2024 13:22:50 +0000 (15:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 3 Sep 2024 16:38:38 +0000 (18:38 +0200)
commitbe0d95414c427ad74d2ca669ed9c5f6f676599f8
tree7596e91f21d3abf259384f9b51ee178fd93aa136
parent1c44929ed16a76aa871f1221e6d369117932be16
BUG/MINOR: quic/trace: make quic_conn_enc_level_init() emit NEW not CLOSE

The event emitted by this trace was of type CLOSE instead of NEW, which
would somtimes temporarily pause a started trace.

This can be backported to 3.0, probably 2.6.

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