Mercurial > nginx
changeset 7677:a786e491d08d
Proxy: style.
| author | Maxim Dounin <mdounin@mdounin.ru> |
|---|---|
| date | Mon, 06 Jul 2020 18:36:21 +0300 |
| parents | d225b70d38b6 |
| children | bffcc5af1d72 |
| files | src/http/modules/ngx_http_proxy_module.c |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/http/modules/ngx_http_proxy_module.c Mon Jul 06 18:36:20 2020 +0300 +++ b/src/http/modules/ngx_http_proxy_module.c Mon Jul 06 18:36:21 2020 +0300 @@ -2206,13 +2206,13 @@ /* invalid response */ - ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, + ngx_log_error(NGX_LOG_ERR, p->log, 0, "upstream sent invalid chunked response"); return NGX_ERROR; } - ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, + ngx_log_debug2(NGX_LOG_DEBUG_HTTP, p->log, 0, "http proxy chunked state %ui, length %O", ctx->chunked.state, p->length);
