comparison src/http/ngx_http_core_module.h @ 93:738fe44c70d5

nginx-0.0.1-2003-05-21-17:28:21 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 21 May 2003 13:28:21 +0000
parents 19cc647ecd91
children b48066122884
comparison
equal deleted inserted replaced
92:19cc647ecd91 93:738fe44c70d5
98 98
99 int sendfile; /* sendfile */ 99 int sendfile; /* sendfile */
100 ngx_msec_t send_timeout; /* send_timeout */ 100 ngx_msec_t send_timeout; /* send_timeout */
101 size_t send_lowat; /* send_lowa */ 101 size_t send_lowat; /* send_lowa */
102 size_t discarded_buffer_size; /* discarded_buffer_size */ 102 size_t discarded_buffer_size; /* discarded_buffer_size */
103 ngx_msec_t keepalive_timeout; /* keepalive_timeout */
103 ngx_msec_t lingering_time; /* lingering_time */ 104 ngx_msec_t lingering_time; /* lingering_time */
104 ngx_msec_t lingering_timeout; /* lingering_timeout */ 105 ngx_msec_t lingering_timeout; /* lingering_timeout */
105 106
106 } ngx_http_core_loc_conf_t; 107 } ngx_http_core_loc_conf_t;
107 108