mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-01 14:38:28 +00:00
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:
parent
b827840b42
commit
e4c3074c00
@ -2367,6 +2367,8 @@ static void qmux_trace(enum trace_level level, uint64_t mask,
|
|||||||
|
|
||||||
if (src->verbosity > QMUX_VERB_CLEAN) {
|
if (src->verbosity > QMUX_VERB_CLEAN) {
|
||||||
chunk_appendf(&trace_buf, " : qcc=%p(F)", qcc);
|
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)
|
if (qcs)
|
||||||
chunk_appendf(&trace_buf, " qcs=%p .id=%llu .st=%s",
|
chunk_appendf(&trace_buf, " qcs=%p .id=%llu .st=%s",
|
||||||
|
Loading…
Reference in New Issue
Block a user