diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-29 08:30:44 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-29 08:30:44 +0000 |
commit | b5faed2dc853ee7e6bda6004b16ceedc6c194641 (patch) | |
tree | 7812abde1b258c5e751ac6a85072c792549d55f5 /src/http/modules/proxy/ngx_http_proxy_handler.h | |
parent | ab0c4f5038cec58e23a023d8a1e01be038504e3e (diff) | |
download | nginx-b5faed2dc853ee7e6bda6004b16ceedc6c194641.tar.gz nginx-b5faed2dc853ee7e6bda6004b16ceedc6c194641.zip |
nginx-0.0.1-2003-10-29-11:30:44 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index f371cbc1c..601a8f6ca 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -44,6 +44,8 @@ typedef struct { typedef struct { + ngx_table_t *headers; /* it must be first field */ + ngx_table_elt_t *date; ngx_table_elt_t *server; ngx_table_elt_t *connection; @@ -53,8 +55,6 @@ typedef struct { ngx_table_elt_t *accept_ranges; off_t content_length_n; - - ngx_table_t *headers; } ngx_http_proxy_headers_in_t; |