comparison src/http/ngx_http_core_module.h @ 162:96993d4d5067

nginx-0.0.1-2003-10-28-00:01:00 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 27 Oct 2003 21:01:00 +0000
parents d377ee423603
children c0552e5ab567
comparison
equal deleted inserted replaced
161:88abd07d9f62 162:96993d4d5067
108 ngx_str_t doc_root; /* root */ 108 ngx_str_t doc_root; /* root */
109 109
110 ngx_array_t *types; 110 ngx_array_t *types;
111 ngx_str_t default_type; 111 ngx_str_t default_type;
112 112
113 ngx_msec_t client_body_timeout; /* client_body_timeout */
113 int sendfile; /* sendfile */ 114 int sendfile; /* sendfile */
114 ngx_msec_t send_timeout; /* send_timeout */ 115 ngx_msec_t send_timeout; /* send_timeout */
115 ssize_t send_lowat; /* send_lowat */ 116 ssize_t send_lowat; /* send_lowat */
116 ssize_t discarded_buffer_size; /* discarded_buffer_size */ 117 ssize_t discarded_buffer_size; /* discarded_buffer_size */
117 ngx_msec_t keepalive_timeout; /* keepalive_timeout */ 118 ngx_msec_t keepalive_timeout; /* keepalive_timeout */