mirror of
https://github.com/nginx/nginx.git
synced 2026-06-27 12:21:57 +00:00
unlock incompletely loaded cache
This commit is contained in:
parent
632a1922fa
commit
703aab0b72
1 changed files with 1 additions and 0 deletions
|
|
@ -1103,6 +1103,7 @@ ngx_http_file_cache_loader(void *data)
|
|||
cache->files = 0;
|
||||
|
||||
if (ngx_walk_tree(&tree, &cache->path->name) == NGX_ABORT) {
|
||||
cache->sh->loading = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue