mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
m) correct log in func generate_ping_frame (#319)
This commit is contained in:
parent
5684638017
commit
4b2a063fcf
1 changed files with 1 additions and 1 deletions
|
@ -2783,7 +2783,7 @@ generate_ping_frame (struct full_conn *conn)
|
||||||
packet_out->po_data + packet_out->po_data_sz,
|
packet_out->po_data + packet_out->po_data_sz,
|
||||||
lsquic_packet_out_avail(packet_out));
|
lsquic_packet_out_avail(packet_out));
|
||||||
if (sz < 0) {
|
if (sz < 0) {
|
||||||
ABORT_ERROR("gen_blocked_frame failed");
|
ABORT_ERROR("gen_ping_frame failed");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
lsquic_send_ctl_incr_pack_sz(&conn->fc_send_ctl, packet_out, sz);
|
lsquic_send_ctl_incr_pack_sz(&conn->fc_send_ctl, packet_out, sz);
|
||||||
|
|
Loading…
Reference in a new issue