diff options
Diffstat (limited to 'src/http/v2/ngx_http_v2.h')
-rw-r--r-- | src/http/v2/ngx_http_v2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/v2/ngx_http_v2.h b/src/http/v2/ngx_http_v2.h index 27de67a69..b7e73c976 100644 --- a/src/http/v2/ngx_http_v2.h +++ b/src/http/v2/ngx_http_v2.h @@ -190,7 +190,6 @@ struct ngx_http_v2_stream_s { unsigned handled:1; unsigned blocked:1; unsigned exhausted:1; - unsigned end_headers:1; unsigned in_closed:1; unsigned out_closed:1; unsigned skip_data:2; |