comparison src/http/modules/perl/nginx.xs @ 1457:223e92651ca5

open_file_cache_events
author Igor Sysoev <igor@sysoev.ru>
date Mon, 03 Sep 2007 08:41:42 +0000
parents f497ed7682a7
children 25ee6eee7573
comparison
equal deleted inserted replaced
1456:698ea64f71e1 1457:223e92651ca5
639 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module); 639 clcf = ngx_http_get_module_loc_conf(r, ngx_http_core_module);
640 640
641 of.test_dir = 0; 641 of.test_dir = 0;
642 of.retest = clcf->open_file_cache_retest; 642 of.retest = clcf->open_file_cache_retest;
643 of.errors = clcf->open_file_cache_errors; 643 of.errors = clcf->open_file_cache_errors;
644 of.events = clcf->open_file_cache_events;
644 645
645 path.len = ngx_strlen(filename); 646 path.len = ngx_strlen(filename);
646 647
647 path.data = ngx_pcalloc(r->pool, path.len + 1); 648 path.data = ngx_pcalloc(r->pool, path.len + 1);
648 if (path.data == NULL) { 649 if (path.data == NULL) {