mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 10:19:00 +08:00
unlock incompletely loaded cache
This commit is contained in:
parent
632a1922fa
commit
703aab0b72
@ -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…
Reference in New Issue
Block a user