comparison src/core/ngx_open_file_cache.c @ 2783:87c088e6956a

set of.failed for cached error, the bug has been introduced in r2757
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Apr 2009 08:01:50 +0000
parents 4bd7825fab80
children b6d588fa3ee9
comparison
equal deleted inserted replaced
2782:4bd7825fab80 2783:87c088e6956a
232 ngx_open_file_add_event(cache, file, of, pool->log); 232 ngx_open_file_add_event(cache, file, of, pool->log);
233 } 233 }
234 234
235 } else { 235 } else {
236 of->err = file->err; 236 of->err = file->err;
237 of->failed = ngx_open_file_n;
237 } 238 }
238 239
239 goto found; 240 goto found;
240 } 241 }
241 242