This commit is contained in:
senza1dio 2025-12-17 00:37:31 +00:00 committed by GitHub
commit 2f1165045e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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