aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/proxy/ngx_http_proxy_handler.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-06 18:45:00 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-09-06 18:45:00 +0000
commitaab4d8c0c4aa068cc7ddcb1c5daee330d9dec47a (patch)
tree30f6fb63eb08c72af5855f0a784df32a64057706 /src/http/modules/proxy/ngx_http_proxy_handler.h
parent980a92472cc30271ad7e88eb2dcc43f00e984d4d (diff)
downloadnginx-aab4d8c0c4aa068cc7ddcb1c5daee330d9dec47a.tar.gz
nginx-aab4d8c0c4aa068cc7ddcb1c5daee330d9dec47a.zip
nginx-0.0.10-2004-09-06-22:45:00 import
Diffstat (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.h')
-rw-r--r--src/http/modules/proxy/ngx_http_proxy_handler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h
index fa8698231..6e3725899 100644
--- a/src/http/modules/proxy/ngx_http_proxy_handler.h
+++ b/src/http/modules/proxy/ngx_http_proxy_handler.h
@@ -107,7 +107,10 @@ typedef struct {
typedef struct {
+ ngx_list_t headers;
+#if 0
ngx_table_t headers; /* it must be first field */
+#endif
ngx_table_elt_t *date;
ngx_table_elt_t *server;