comparison src/http/modules/proxy/ngx_http_proxy_handler.c @ 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 159dd60d257a
children 2e3cbc1bbe3c
comparison
equal deleted inserted replaced
335:d4241d7787fe 336:ca9a7f8c86da
276 offsetof(ngx_http_proxy_headers_in_t, last_modified) }, 276 offsetof(ngx_http_proxy_headers_in_t, last_modified) },
277 { ngx_string("Location"), 277 { ngx_string("Location"),
278 offsetof(ngx_http_proxy_headers_in_t, location) }, 278 offsetof(ngx_http_proxy_headers_in_t, location) },
279 { ngx_string("Accept-Ranges"), 279 { ngx_string("Accept-Ranges"),
280 offsetof(ngx_http_proxy_headers_in_t, accept_ranges) }, 280 offsetof(ngx_http_proxy_headers_in_t, accept_ranges) },
281 { ngx_string("X-Pad"), offsetof(ngx_http_proxy_headers_in_t, x_pad) },
281 282
282 { ngx_null_string, 0 } 283 { ngx_null_string, 0 }
283 }; 284 };
284 285
285 286