comparison src/http/ngx_http_core_module.h @ 90:37530da31268

nginx-0.0.1-2003-05-16-19:27:48 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 May 2003 15:27:48 +0000
parents 29bf798b583f
children 637625a2acdb
comparison
equal deleted inserted replaced
89:29bf798b583f 90:37530da31268
13 int family; 13 int family;
14 int flags; /* 'default' */ 14 int flags; /* 'default' */
15 ngx_str_t file_name; 15 ngx_str_t file_name;
16 int line; 16 int line;
17 } ngx_http_listen_t; 17 } ngx_http_listen_t;
18
19
20 typedef struct {
21 int request_pool_size;
22 int client_header_buffer_size;
23 } ngx_http_core_main_conf_t;
18 24
19 25
20 typedef struct { 26 typedef struct {
21 ngx_array_t locations; /* array of ngx_http_core_loc_conf_t */ 27 ngx_array_t locations; /* array of ngx_http_core_loc_conf_t */
22 28