changeset 2935:92cc13f7487d

add response file uniq while loading cold cache on demand
author Igor Sysoev <igor@sysoev.ru>
date Fri, 12 Jun 2009 20:32:42 +0000
parents b6d588fa3ee9
children b3503597c1a0
files src/http/ngx_http_file_cache.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_file_cache.c
+++ b/src/http/ngx_http_file_cache.c
@@ -320,6 +320,7 @@ ngx_http_file_cache_open(ngx_http_reques
             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;
         }