]> git.kaiwu.me - nginx.git/commitdiff
HTTP/3: fixed prefix in decoding Section Acknowledgement.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 2 Jul 2020 14:35:57 +0000 (17:35 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Thu, 2 Jul 2020 14:35:57 +0000 (17:35 +0300)
src/http/v3/ngx_http_v3_parse.c

index 27484e92ad9ed40499384fefb273bec7b1f9ccb7..da9826ced3921cac1464ab865a7536f68c1e946f 100644 (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;
         }