fix debug log
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c
index 2c26df9..9083ee8 100644
--- a/src/http/modules/ngx_http_proxy_module.c
+++ b/src/http/modules/ngx_http_proxy_module.c
@@ -847,7 +847,7 @@
ngx_log_debug2(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
"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;