mirror of
https://github.com/nginx/nginx.git
synced 2026-04-21 14:20:42 -04:00
Merge f8a1279e74 into 067d766f21
This commit is contained in:
commit
18a5f461c8
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue