comparison src/http/modules/proxy/ngx_http_proxy_cache.c @ 185:d5f50cefc322

nginx-0.0.1-2003-11-14-19:52:04 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 14 Nov 2003 16:52:04 +0000
parents a8ff48d26cca
children c1f3a3c7c5db
comparison
equal deleted inserted replaced
184:1bf718ce0dde 185:d5f50cefc322
320 } 320 }
321 321
322 *ctx = p->cache->ctx; 322 *ctx = p->cache->ctx;
323 323
324 rc = ngx_http_cache_open_file(p->request, ctx, 324 rc = ngx_http_cache_open_file(p->request, ctx,
325 ngx_file_uniq(p->cache->ctx.file.info)); 325 ngx_file_uniq((&p->cache->ctx.file.info)));
326 326
327 if (rc == NGX_HTTP_CACHE_THE_SAME) { 327 if (rc == NGX_HTTP_CACHE_THE_SAME) {
328 p->try_busy_lock = 1; 328 p->try_busy_lock = 1;
329 p->busy_lock.time = 0; 329 p->busy_lock.time = 0;
330 ngx_http_proxy_cache_busy_lock(p); 330 ngx_http_proxy_cache_busy_lock(p);