Latest update - 9079

This commit is contained in:
2023-05-06 01:23:48 +09:00
parent b9d07e891c
commit 49bc2db1e5
4 changed files with 17 additions and 21 deletions
+1
View File
@@ -482,6 +482,7 @@ ngx_quic_close_connection(ngx_connection_t *c, ngx_int_t rc)
/* drop packets from retransmit queues, no ack is expected */
for (i = 0; i < NGX_QUIC_SEND_CTX_LAST; i++) {
ngx_quic_free_frames(c, &qc->send_ctx[i].frames);
ngx_quic_free_frames(c, &qc->send_ctx[i].sent);
}