add debug logging

This commit is contained in:
Igor Sysoev 2009-04-10 14:47:18 +00:00
parent d386750bec
commit 8f6edf23e4
1 changed files with 3 additions and 0 deletions

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
p = u->pipe;