MINOR: quic: Add the QUIC connection to mux traces

This should help for debugging purpose.

Should be backported to 2.6
This commit is contained in:
Frédéric Lécaille 2022-08-19 12:02:29 +02:00
parent b827840b42
commit e4c3074c00

View File

@ -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",