fix r3707: cache node should be freed be a response is not cached

This commit is contained in:
Igor Sysoev 2010-07-27 15:26:33 +00:00
parent 55f4158eb2
commit 9b63f57c7c
1 changed files with 1 additions and 1 deletions

View File

@ -1722,7 +1722,7 @@ ngx_http_upstream_intercept_errors(ngx_http_request_t *r,
#if (NGX_HTTP_CACHE)
if (u->cacheable && r->cache) {
if (r->cache) {
time_t valid;
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,