comparison src/http/modules/proxy/ngx_http_proxy_handler.h @ 190:02a715e85df1

nginx-0.0.1-2003-11-19-00:34:08 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 18 Nov 2003 21:34:08 +0000
parents c966c09be66b
children 71ce40b3c37b
comparison
equal deleted inserted replaced
189:c966c09be66b 190:02a715e85df1
114 114
115 ngx_table_elt_t *connection; 115 ngx_table_elt_t *connection;
116 ngx_table_elt_t *content_type; 116 ngx_table_elt_t *content_type;
117 ngx_table_elt_t *content_length; 117 ngx_table_elt_t *content_length;
118 ngx_table_elt_t *last_modified; 118 ngx_table_elt_t *last_modified;
119 ngx_table_elt_t *location;
119 ngx_table_elt_t *accept_ranges; 120 ngx_table_elt_t *accept_ranges;
120 121
121 off_t content_length_n; 122 off_t content_length_n;
122 } ngx_http_proxy_headers_in_t; 123 } ngx_http_proxy_headers_in_t;
123 124