mirror of
https://github.com/nginx/nginx.git
synced 2024-12-13 02:39:00 +08:00
fix debug log
This commit is contained in:
parent
73dcdbf1a3
commit
4e08b9c17a
@ -847,7 +847,7 @@ ngx_http_proxy_process_status_line(ngx_http_request_t *r)
|
|||||||
|
|
||||||
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
|
||||||
"http proxy status %ui \"%V\"",
|
"http proxy status %ui \"%V\"",
|
||||||
u->headers_in.status, &u->headers_in.status_line);
|
u->headers_in.status_n, &u->headers_in.status_line);
|
||||||
|
|
||||||
u->process_header = ngx_http_proxy_process_header;
|
u->process_header = ngx_http_proxy_process_header;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user