mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
HTTP/3: fixed prefix in decoding Section Acknowledgement.
This commit is contained in:
parent
d839fee75f
commit
0ebcffcf14
1 changed files with 1 additions and 1 deletions
|
|
@ -1465,7 +1465,7 @@ ngx_http_v3_parse_decoder(ngx_connection_t *c, void *data, u_char ch)
|
|||
|
||||
case sw_ack_header:
|
||||
|
||||
if (ngx_http_v3_parse_prefix_int(c, &st->pint, 6, ch) != NGX_DONE) {
|
||||
if (ngx_http_v3_parse_prefix_int(c, &st->pint, 7, ch) != NGX_DONE) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue