mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
add response file uniq while loading cold cache on demand
This commit is contained in:
parent
282109b563
commit
bf22945140
@ -320,6 +320,7 @@ ngx_http_file_cache_open(ngx_http_request_t *r)
|
||||
c->node->uses = 1;
|
||||
c->node->body_start = c->body_start;
|
||||
c->node->exists = 1;
|
||||
c->node->uniq = of.uniq;
|
||||
|
||||
cache->sh->size += (c->length + cache->bsize - 1) / cache->bsize;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user