comparison src/http/ngx_http_core_module.h @ 395:f8f0f1834266

nginx-0.0.7-2004-07-16-21:11:43 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Jul 2004 17:11:43 +0000
parents 5659d773cfa8
children 6f3b20c1ac50
comparison
equal deleted inserted replaced
394:e7a68e14ccd3 395:f8f0f1834266
45 size_t max_server_name_len; 45 size_t max_server_name_len;
46 } ngx_http_core_main_conf_t; 46 } ngx_http_core_main_conf_t;
47 47
48 48
49 typedef struct { 49 typedef struct {
50 ngx_recv_pt recv;
51 ngx_send_chain_pt send_chain;
52
53 /* 50 /*
54 * array of ngx_http_core_loc_conf_t, used in the translation handler 51 * array of ngx_http_core_loc_conf_t, used in the translation handler
55 * and in the merge phase 52 * and in the merge phase
56 */ 53 */
57 ngx_array_t locations; 54 ngx_array_t locations;