comparison src/core/ngx_open_file_cache.h @ 544:f7ec98e3caeb NGINX_0_8_18

nginx 0.8.18 *) Feature: the "read_ahead" directive. *) Feature: now several "perl_modules" directive may be used. *) Feature: the "limit_req_log_level" and "limit_conn_log_level" directives. *) Bugfix: now "limit_req" directive conforms to the leaky bucket algorithm. Thanks to Maxim Dounin. *) Bugfix: nginx did not work on Linux/sparc. Thanks to Marcus Ramberg. *) Bugfix: nginx sent '\0' in a "Location" response header line on MKCOL request. Thanks to Xie Zhenye. *) Bugfix: zero status code was logged instead of 499 status code; the bug had appeared in 0.8.11. *) Bugfix: socket leak; the bug had appeared in 0.8.11.
author Igor Sysoev <http://sysoev.ru>
date Tue, 06 Oct 2009 00:00:00 +0400
parents 392c16f2d858
children
comparison
equal deleted inserted replaced
543:7688992d2abb 544:f7ec98e3caeb
19 ngx_fd_t fd; 19 ngx_fd_t fd;
20 ngx_file_uniq_t uniq; 20 ngx_file_uniq_t uniq;
21 time_t mtime; 21 time_t mtime;
22 off_t size; 22 off_t size;
23 off_t directio; 23 off_t directio;
24 size_t read_ahead;
24 25
25 ngx_err_t err; 26 ngx_err_t err;
26 char *failed; 27 char *failed;
27 28
28 time_t valid; 29 time_t valid;