diff options
Diffstat (limited to 'src/http/v2/ngx_http_v2_module.h')
-rw-r--r-- | src/http/v2/ngx_http_v2_module.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/http/v2/ngx_http_v2_module.h b/src/http/v2/ngx_http_v2_module.h index 22a2d84ca..07a595cfd 100644 --- a/src/http/v2/ngx_http_v2_module.h +++ b/src/http/v2/ngx_http_v2_module.h @@ -22,11 +22,6 @@ typedef struct { typedef struct { size_t chunk_size; - - ngx_flag_t push_preload; - - ngx_flag_t push; - ngx_array_t *pushes; } ngx_http_v2_loc_conf_t; |