add debug logging

This commit is contained in:
Igor Sysoev 2009-04-10 14:47:18 +00:00
parent e46943965d
commit 49ed98d1eb

View File

@ -1945,6 +1945,9 @@ ngx_http_upstream_send_response(ngx_http_request_t *r, ngx_http_upstream_t *u)
} }
} }
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
"http cacheable: %d", u->cacheable);
#endif #endif
p = u->pipe; p = u->pipe;