# HG changeset patch # User Sergey Kandaurov # Date 1593700557 -10800 # Node ID 153bffee3d7e5357ea784243688483028fa1f7ac # Parent b3c07aa021f6300b66dc37d8483888010d5e109d HTTP/3: fixed prefix in decoding Section Acknowledgement. diff --git a/src/http/v3/ngx_http_v3_parse.c b/src/http/v3/ngx_http_v3_parse.c --- a/src/http/v3/ngx_http_v3_parse.c +++ b/src/http/v3/ngx_http_v3_parse.c @@ -1465,7 +1465,7 @@ ngx_http_v3_parse_decoder(ngx_connection 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; }