comparison src/core/ngx_open_file_cache.c @ 500:13b908d5338a NGINX_0_8_2

nginx 0.8.2 *) Bugfix: in open_file_cache and proxy/fastcgi cache interaction on start up. *) Bugfix: open_file_cache might cache open file descriptors too long.
author Igor Sysoev <http://sysoev.ru>
date Mon, 15 Jun 2009 00:00:00 +0400
parents ed5e10fb40fc
children 4c5d2c627a6c
comparison
equal deleted inserted replaced
499:2db7806a88bc 500:13b908d5338a
358 358
359 cache->current++; 359 cache->current++;
360 360
361 file->uses = 1; 361 file->uses = 1;
362 file->count = 0; 362 file->count = 0;
363 file->use_event = 0;
363 file->event = NULL; 364 file->event = NULL;
364 365
365 add_event: 366 add_event:
366 367
367 ngx_open_file_add_event(cache, file, of, pool->log); 368 ngx_open_file_add_event(cache, file, of, pool->log);