m) correct log in func generate_ping_frame (#319)

This commit is contained in:
wangfuyu 2021-09-18 02:08:39 +08:00 committed by GitHub
parent 5684638017
commit 4b2a063fcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2783,7 +2783,7 @@ generate_ping_frame (struct full_conn *conn)
packet_out->po_data + packet_out->po_data_sz,
lsquic_packet_out_avail(packet_out));
if (sz < 0) {
ABORT_ERROR("gen_blocked_frame failed");
ABORT_ERROR("gen_ping_frame failed");
return;
}
lsquic_send_ctl_incr_pack_sz(&conn->fc_send_ctl, packet_out, sz);