nginx-0.0.1-2003-05-16-19:27:48 import
diff --git a/src/http/ngx_http_core_module.h b/src/http/ngx_http_core_module.h index 48de146..d44a86c 100644 --- a/src/http/ngx_http_core_module.h +++ b/src/http/ngx_http_core_module.h
@@ -18,6 +18,12 @@ typedef struct { + int request_pool_size; + int client_header_buffer_size; +} ngx_http_core_main_conf_t; + + +typedef struct { ngx_array_t locations; /* array of ngx_http_core_loc_conf_t */ ngx_array_t listen; /* 'listen', array of ngx_http_listen_t */