HTTP/3: fixed prefix in decoding Section Acknowledgement.

This commit is contained in:
Sergey Kandaurov 2020-07-02 17:35:57 +03:00
parent d839fee75f
commit 0ebcffcf14

View File

@ -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;
}