diff options
Diffstat (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.h')
-rw-r--r-- | src/http/modules/proxy/ngx_http_proxy_handler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index dedb06ac2..ea33083a3 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -73,7 +73,6 @@ struct ngx_http_proxy_ctx_s { int method; ngx_str_t uri; int location_len; - ngx_str_t host_header; ngx_event_pipe_t *event_pipe; |