From ab517d58277429bba16d0641e00aebea061db1ce Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 18 May 2004 15:29:08 +0000 Subject: nginx-0.0.3-2004-05-18-19:29:08 import --- src/http/modules/proxy/ngx_http_proxy_handler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.h') diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h index 55eee74e9..e0f85ee20 100644 --- a/src/http/modules/proxy/ngx_http_proxy_handler.h +++ b/src/http/modules/proxy/ngx_http_proxy_handler.h @@ -123,6 +123,7 @@ typedef struct { ngx_table_elt_t *last_modified; ngx_table_elt_t *location; ngx_table_elt_t *accept_ranges; + ngx_table_elt_t *x_pad; off_t content_length_n; } ngx_http_proxy_headers_in_t; -- cgit