nginx-0.0.1-2003-06-11-19:28:34 import
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h
index 113c197..4cf966a 100644
--- a/src/http/ngx_http_core_module.h
+++ b/src/http/ngx_http_core_module.h
@@ -18,9 +18,6 @@
typedef struct {
- int connection_pool_size;
- int post_accept_timeout;
-
ngx_array_t servers; /* array of ngx_http_core_srv_conf_t */
} ngx_http_core_main_conf_t;
@@ -36,6 +33,8 @@
ngx_http_conf_ctx_t *ctx; /* server ctx */
+ ngx_msec_t post_accept_timeout;
+ ssize_t connection_pool_size;
size_t request_pool_size;
ngx_msec_t client_header_timeout;
size_t client_header_buffer_size;