mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-10 09:07:02 +02:00
MINOR: quic: Add frame addresses to QUIC_EV_CONN_PRSAFRM event traces
This should be useful to diagnose some issues. Should be backported to 2.6.
This commit is contained in:
parent
1ba25c244e
commit
2f16348d24
@ -499,8 +499,10 @@ static void quic_trace(enum trace_level level, uint64_t mask, const struct trace
|
|||||||
const unsigned long *val1 = a3;
|
const unsigned long *val1 = a3;
|
||||||
const unsigned long *val2 = a4;
|
const unsigned long *val2 = a4;
|
||||||
|
|
||||||
if (frm)
|
if (frm) {
|
||||||
|
chunk_appendf(&trace_buf, " frm@%p", frm);
|
||||||
chunk_frm_appendf(&trace_buf, frm);
|
chunk_frm_appendf(&trace_buf, frm);
|
||||||
|
}
|
||||||
if (val1)
|
if (val1)
|
||||||
chunk_appendf(&trace_buf, " %lu", *val1);
|
chunk_appendf(&trace_buf, " %lu", *val1);
|
||||||
if (val2)
|
if (val2)
|
||||||
|
Loading…
Reference in New Issue
Block a user