mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 20:46:11 +02:00
MINOR: quic: Add more information about RX packets
This patch is very useful to debug issues at RX packet processing level. Should be easily backported as far as 2.6 (for debug purposes).
This commit is contained in:
parent
4902195313
commit
58b153b882
@ -1533,7 +1533,7 @@ static int qc_try_rm_hp(struct quic_conn *qc, struct quic_rx_packet *pkt,
|
||||
|
||||
ret = 1;
|
||||
out:
|
||||
TRACE_LEAVE(QUIC_EV_CONN_TRMHP, qc);
|
||||
TRACE_LEAVE(QUIC_EV_CONN_TRMHP, qc, pkt);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user