diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-24 06:53:41 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-24 06:53:41 +0000 |
commit | 12b4b00784bbc3cd934e2f2bbee79679684629e3 (patch) | |
tree | 602dfdcdc4fe5b21c17366eacfae63efcb03770e /src/http/modules/proxy/ngx_http_proxy_handler.h | |
parent | 8556e6da41e80772cb9710e4309d9ad44a7b360e (diff) | |
download | nginx-12b4b00784bbc3cd934e2f2bbee79679684629e3.tar.gz nginx-12b4b00784bbc3cd934e2f2bbee79679684629e3.zip |
nginx-0.0.1-2003-10-24-10:53:41 import
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; |