This commit is contained in:
senza1dio 2026-04-06 11:39:36 -04:00 committed by GitHub
commit 18a5f461c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1232,6 +1232,7 @@ ngx_quic_handle_frames(ngx_connection_t *c, ngx_quic_header_t *pkt)
switch (frame.type) {
case NGX_QUIC_FT_ACK:
case NGX_QUIC_FT_ACK_ECN:
if (ngx_quic_handle_ack_frame(c, pkt, &frame) != NGX_OK) {
return NGX_ERROR;
}