comparison src/core/ngx_open_file_cache.h @ 384:12defd37f578 NGINX_0_7_4

nginx 0.7.4 *) Feature: variables support in the "access_log" directive. *) Feature: the "open_log_file_cache" directive. *) Feature: the -g switch. *) Feature: the "Expect" request header line support. *) Bugfix: large SSI inclusions might be truncated.
author Igor Sysoev <http://sysoev.ru>
date Mon, 30 Jun 2008 00:00:00 +0400
parents 9121a0a91f47
children 0b6053502c55
comparison
equal deleted inserted replaced
383:6ee3ada01457 384:12defd37f578
22 time_t valid; 22 time_t valid;
23 23
24 ngx_uint_t min_uses; 24 ngx_uint_t min_uses;
25 25
26 unsigned test_dir:1; 26 unsigned test_dir:1;
27 unsigned log:1;
27 unsigned errors:1; 28 unsigned errors:1;
28 unsigned events:1; 29 unsigned events:1;
29 30
30 unsigned is_dir:1; 31 unsigned is_dir:1;
31 unsigned is_file:1; 32 unsigned is_file:1;