comparison src/http/ngx_http_core_module.h @ 332:3a91bfeffaba NGINX_0_6_10

nginx 0.6.10 *) Feature: the "open_file_cache", "open_file_cache_retest", and "open_file_cache_errors" directives. *) Bugfix: socket leak; bug appeared in 0.6.7. *) Bugfix: a charset set by the "charset" directive was not appended to the "Content-Type" header set by $r->send_http_header(). *) Bugfix: a segmentation fault might occur in worker process if /dev/poll method was used.
author Igor Sysoev <http://sysoev.ru>
date Mon, 03 Sep 2007 00:00:00 +0400
parents 9fc4ab6673f9
children 1c519aff5c0c
comparison
equal deleted inserted replaced
331:b69d5e83bf82 332:3a91bfeffaba
288 288
289 ngx_array_t *error_pages; /* error_page */ 289 ngx_array_t *error_pages; /* error_page */
290 290
291 ngx_path_t *client_body_temp_path; /* client_body_temp_path */ 291 ngx_path_t *client_body_temp_path; /* client_body_temp_path */
292 292
293 ngx_http_cache_hash_t *open_files; 293 ngx_open_file_cache_t *open_file_cache;
294 time_t open_file_cache_retest;
295 ngx_flag_t open_file_cache_errors;
296 ngx_flag_t open_file_cache_events;
294 297
295 ngx_log_t *err_log; 298 ngx_log_t *err_log;
296 299
297 ngx_uint_t types_hash_max_size; 300 ngx_uint_t types_hash_max_size;
298 ngx_uint_t types_hash_bucket_size; 301 ngx_uint_t types_hash_bucket_size;