From: Frédéric Lécaille Date: Fri, 19 Aug 2022 10:02:29 +0000 (+0200) Subject: MINOR: quic: Add the QUIC connection to mux traces X-Git-Tag: v2.7-dev4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4c3074c0000dc09ea3827cc0f41b517dd596d2c;p=thirdparty%2Fhaproxy.git MINOR: quic: Add the QUIC connection to mux traces This should help for debugging purpose. Should be backported to 2.6 --- diff --git a/src/mux_quic.c b/src/mux_quic.c index a2814c7b58..e29fa1ccd4 100644 --- a/src/mux_quic.c +++ b/src/mux_quic.c @@ -2367,6 +2367,8 @@ static void qmux_trace(enum trace_level level, uint64_t mask, if (src->verbosity > QMUX_VERB_CLEAN) { chunk_appendf(&trace_buf, " : qcc=%p(F)", qcc); + if (qcc->conn->handle.qc) + chunk_appendf(&trace_buf, " qc=%p", qcc->conn->handle.qc); if (qcs) chunk_appendf(&trace_buf, " qcs=%p .id=%llu .st=%s",