mirror of
https://github.com/nginx/nginx.git
synced 2025-06-18 10:16:27 +08:00
Proxy: style.
This commit is contained in:
parent
156e193408
commit
7f2490c43c
@ -2206,13 +2206,13 @@ ngx_http_proxy_chunked_filter(ngx_event_pipe_t *p, ngx_buf_t *buf)
|
|||||||
|
|
||||||
/* invalid response */
|
/* 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");
|
"upstream sent invalid chunked response");
|
||||||
|
|
||||||
return NGX_ERROR;
|
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",
|
"http proxy chunked state %ui, length %O",
|
||||||
ctx->chunked.state, p->length);
|
ctx->chunked.state, p->length);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user