comparison src/http/modules/ngx_http_index_module.c @ 1457:223e92651ca5

open_file_cache_events
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Sep 2007 08:41:42 +0000
parents f497ed7682a7
children 1d659775325a
comparison
equal deleted inserted replaced
1456:698ea64f71e1 1457:223e92651ca5
234 "open index \"%V\"", &path); 234 "open index \"%V\"", &path);
235 235
236 of.test_dir = 0; 236 of.test_dir = 0;
237 of.retest = clcf->open_file_cache_retest; 237 of.retest = clcf->open_file_cache_retest;
238 of.errors = clcf->open_file_cache_errors; 238 of.errors = clcf->open_file_cache_errors;
239 of.events = clcf->open_file_cache_events;
239 240
240 rc = ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool); 241 rc = ngx_open_cached_file(clcf->open_file_cache, &path, &of, r->pool);
241 242
242 #if 0 243 #if 0
243 if (rc == NGX_AGAIN) { 244 if (rc == NGX_AGAIN) {