comparison src/http/modules/proxy/ngx_http_proxy_handler.h @ 336:ca9a7f8c86da

nginx-0.0.3-2004-05-18-19:29:08 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 18 May 2004 15:29:08 +0000
parents 39b6f2df45c0
children 6bdf858bff8c
comparison
equal deleted inserted replaced
335:d4241d7787fe 336:ca9a7f8c86da
121 ngx_table_elt_t *content_type; 121 ngx_table_elt_t *content_type;
122 ngx_table_elt_t *content_length; 122 ngx_table_elt_t *content_length;
123 ngx_table_elt_t *last_modified; 123 ngx_table_elt_t *last_modified;
124 ngx_table_elt_t *location; 124 ngx_table_elt_t *location;
125 ngx_table_elt_t *accept_ranges; 125 ngx_table_elt_t *accept_ranges;
126 ngx_table_elt_t *x_pad;
126 127
127 off_t content_length_n; 128 off_t content_length_n;
128 } ngx_http_proxy_headers_in_t; 129 } ngx_http_proxy_headers_in_t;
129 130
130 131