aboutsummaryrefslogtreecommitdiff
path: root/src/http/v2/ngx_http_v2_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/v2/ngx_http_v2_module.h')
-rw-r--r--src/http/v2/ngx_http_v2_module.h5
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 cdd2921a5..ca4a0bfc5 100644
--- a/src/http/v2/ngx_http_v2_module.h
+++ b/src/http/v2/ngx_http_v2_module.h
@@ -24,13 +24,8 @@ typedef struct {
size_t pool_size;
ngx_uint_t concurrent_streams;
ngx_uint_t concurrent_pushes;
- ngx_uint_t max_requests;
- size_t max_field_size;
- size_t max_header_size;
size_t preread_size;
ngx_uint_t streams_index_mask;
- ngx_msec_t recv_timeout;
- ngx_msec_t idle_timeout;
} ngx_http_v2_srv_conf_t;