mirror of
https://github.com/nginx/nginx.git
synced 2025-06-12 13:42:55 +08:00
set of.failed for cached error, the bug has been introduced in r2757
This commit is contained in:
parent
ef919756d9
commit
5461f39381
@ -234,6 +234,7 @@ ngx_open_cached_file(ngx_open_file_cache_t *cache, ngx_str_t *name,
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
of->err = file->err;
|
of->err = file->err;
|
||||||
|
of->failed = ngx_open_file_n;
|
||||||
}
|
}
|
||||||
|
|
||||||
goto found;
|
goto found;
|
||||||
|
Loading…
Reference in New Issue
Block a user