mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-26 06:32:13 +00: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:
|
||||
/* Replace the pre-built frames which could not be add to this packet */
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user