changeset 8462:153bffee3d7e quic

HTTP/3: fixed prefix in decoding Section Acknowledgement.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 02 Jul 2020 17:35:57 +0300
parents b3c07aa021f6
children 2576485b93d4
files src/http/v3/ngx_http_v3_parse.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
         }