comparison src/http/modules/proxy/ngx_http_proxy_cache.c @ 178:a8ff48d26cca

nginx-0.0.1-2003-11-11-00:09:22 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 21:09:22 +0000
parents 4db54fdbcbe7
children d5f50cefc322
comparison
equal deleted inserted replaced
177:4db54fdbcbe7 178:a8ff48d26cca
286 286
287 if (rc == NGX_AGAIN) { 287 if (rc == NGX_AGAIN) {
288 return; 288 return;
289 } 289 }
290 290
291 ngx_http_busy_unlock(p->lcf->busy_lock, &p->busy_lock);
292
291 if (rc == NGX_DONE) { 293 if (rc == NGX_DONE) {
292 ft_type = NGX_HTTP_PROXY_FT_BUSY_LOCK; 294 ft_type = NGX_HTTP_PROXY_FT_BUSY_LOCK;
293 295
294 } else { 296 } else {
295 /* rc == NGX_ERROR */ 297 /* rc == NGX_ERROR */