mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-23 20:01:23 +01:00
BUG/MINOR: quic: Traces fix about remaining frames upon packet build failure
This commit is contained in:
parent
834399c24a
commit
d8b798d7ef
@ -5888,7 +5888,7 @@ static int qc_do_build_pkt(unsigned char *pos, const unsigned char *end,
|
|||||||
no_room:
|
no_room:
|
||||||
/* Replace the pre-built frames which could not be add to this packet */
|
/* Replace the pre-built frames which could not be add to this packet */
|
||||||
LIST_SPLICE(frms, &frm_list);
|
LIST_SPLICE(frms, &frm_list);
|
||||||
TRACE_PROTO("Remaining ack-eliciting frames", QUIC_EV_CONN_HPKT, qc, pkt);
|
TRACE_PROTO("Remaining ack-eliciting frames", QUIC_EV_CONN_FRMLIST, qc, frms);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user