comparison src/http/ngx_http_core_module.h @ 114:ac69ab96328d

nginx-0.0.1-2003-07-07-10:11:50 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2003 06:11:50 +0000
parents 152567c11325
children 5526213be452
comparison
equal deleted inserted replaced
113:d7f606e25b99 114:ac69ab96328d
105 ssize_t discarded_buffer_size; /* discarded_buffer_size */ 105 ssize_t discarded_buffer_size; /* discarded_buffer_size */
106 ngx_msec_t keepalive_timeout; /* keepalive_timeout */ 106 ngx_msec_t keepalive_timeout; /* keepalive_timeout */
107 ngx_msec_t lingering_time; /* lingering_time */ 107 ngx_msec_t lingering_time; /* lingering_time */
108 ngx_msec_t lingering_timeout; /* lingering_timeout */ 108 ngx_msec_t lingering_timeout; /* lingering_timeout */
109 109
110 ngx_log_t *err_log;
110 } ngx_http_core_loc_conf_t; 111 } ngx_http_core_loc_conf_t;
111 112
112 113
113 114
114 115