nginx/src
Maxim Dounin 614a7ef18d Cache: only complain on long locked entries.
There have been multiple reports of cases where a real locked entry was
removed, resulting in a segmentation fault later in a worker which locked
the entry.  It looks like default inactive timeout isn't enough in real
life.

For now just ignore such locked entries, and move them to the top of the
inactive queue to allow processing of other entries.
2011-12-12 10:49:14 +00:00
..
core Removed unused function ngx_regex_capture_count(). 2011-12-06 15:49:40 +00:00
event Fixed AIO on Linux, broken in r4306. 2011-11-29 17:27:13 +00:00
http Cache: only complain on long locked entries. 2011-12-12 10:49:14 +00:00
mail Added the "so_keepalive=" parameter to the "listen" directive. 2011-12-05 08:06:15 +00:00
misc fix comments 2010-03-26 21:17:26 +00:00
mysql rename ngx_peer_addr_t to ngx_addr_t 2009-11-02 15:14:17 +00:00
os Microoptimization of sendfile(2) usage under FreeBSD. 2011-12-11 16:30:42 +00:00