comparison src/http/modules/proxy/ngx_http_proxy_handler.c @ 315:39b6f2df45c0

nginx-0.0.3-2004-04-14-21:44:28 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 14 Apr 2004 17:44:28 +0000
parents 98f1a8028067
children 1308b98496a2
comparison
equal deleted inserted replaced
314:d71c87d11b16 315:39b6f2df45c0
260 { ngx_string("Server"), offsetof(ngx_http_proxy_headers_in_t, server) }, 260 { ngx_string("Server"), offsetof(ngx_http_proxy_headers_in_t, server) },
261 261
262 { ngx_string("Expires"), offsetof(ngx_http_proxy_headers_in_t, expires) }, 262 { ngx_string("Expires"), offsetof(ngx_http_proxy_headers_in_t, expires) },
263 { ngx_string("Cache-Control"), 263 { ngx_string("Cache-Control"),
264 offsetof(ngx_http_proxy_headers_in_t, cache_control) }, 264 offsetof(ngx_http_proxy_headers_in_t, cache_control) },
265 { ngx_string("ETag"), offsetof(ngx_http_proxy_headers_in_t, etag) },
265 { ngx_string("X-Accel-Expires"), 266 { ngx_string("X-Accel-Expires"),
266 offsetof(ngx_http_proxy_headers_in_t, x_accel_expires) }, 267 offsetof(ngx_http_proxy_headers_in_t, x_accel_expires) },
267 268
268 { ngx_string("Connection"), 269 { ngx_string("Connection"),
269 offsetof(ngx_http_proxy_headers_in_t, connection) }, 270 offsetof(ngx_http_proxy_headers_in_t, connection) },