diff options
Diffstat (limited to 'src/http/v3/ngx_http_v3_parse.h')
-rw-r--r-- | src/http/v3/ngx_http_v3_parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/v3/ngx_http_v3_parse.h b/src/http/v3/ngx_http_v3_parse.h index ec78c7c35..17ff6c777 100644 --- a/src/http/v3/ngx_http_v3_parse.h +++ b/src/http/v3/ngx_http_v3_parse.h @@ -22,7 +22,7 @@ typedef struct { typedef struct { ngx_uint_t state; - ngx_uint_t mask; + ngx_uint_t shift; uint64_t value; } ngx_http_v3_parse_prefix_int_t; |