comparison src/http/ngx_http_cache.h @ 596:6c96fdd2dfc3 NGINX_0_8_50

nginx 0.8.50 *) Feature: the "secure_link", "secure_link_md5", and "secure_link_expires" directives of the ngx_http_secure_link_module. *) Feature: the -q switch. Thanks to Gena Makhomed. *) Bugfix: worker processes may got caught in an endless loop during reconfiguration, if a caching was used; the bug had appeared in 0.8.48. *) Bugfix: in the "gzip_disable" directive. Thanks to Derrick Petzold. *) Bugfix: nginx/Windows could not send stop, quit, reopen, and reload signals to a process run in other session.
author Igor Sysoev <http://sysoev.ru>
date Thu, 02 Sep 2010 00:00:00 +0400
parents cde3626b2d0d
children 8dc007eddbcf
comparison
equal deleted inserted replaced
595:57dcc025db4f 596:6c96fdd2dfc3
41 unsigned uses:10; 41 unsigned uses:10;
42 unsigned valid_msec:10; 42 unsigned valid_msec:10;
43 unsigned error:10; 43 unsigned error:10;
44 unsigned exists:1; 44 unsigned exists:1;
45 unsigned updating:1; 45 unsigned updating:1;
46 /* 12 unused bits */ 46 unsigned deleting:1;
47 /* 11 unused bits */
47 48
48 ngx_file_uniq_t uniq; 49 ngx_file_uniq_t uniq;
49 time_t expire; 50 time_t expire;
50 time_t valid_sec; 51 time_t valid_sec;
51 size_t body_start; 52 size_t body_start;