comparison src/http/ngx_http_upstream.c @ 2664:f903114355d4

zero field
author Igor Sysoev <igor@sysoev.ru>
date Fri, 03 Apr 2009 15:44:41 +0000
parents 09725d69cb25
children 4d627567c324
comparison
equal deleted inserted replaced
2663:09725d69cb25 2664:f903114355d4
214 { ngx_string("X-Powered-By"), 214 { ngx_string("X-Powered-By"),
215 ngx_http_upstream_ignore_header_line, 0, 215 ngx_http_upstream_ignore_header_line, 0,
216 ngx_http_upstream_copy_header_line, 0, 0 }, 216 ngx_http_upstream_copy_header_line, 0, 0 },
217 217
218 { ngx_string("X-Accel-Expires"), 218 { ngx_string("X-Accel-Expires"),
219 ngx_http_upstream_process_accel_expires, 219 ngx_http_upstream_process_accel_expires, 0,
220 offsetof(ngx_http_upstream_headers_in_t, x_accel_expires),
221 ngx_http_upstream_copy_header_line, 0, 0 }, 220 ngx_http_upstream_copy_header_line, 0, 0 },
222 221
223 { ngx_string("X-Accel-Redirect"), 222 { ngx_string("X-Accel-Redirect"),
224 ngx_http_upstream_process_header_line, 223 ngx_http_upstream_process_header_line,
225 offsetof(ngx_http_upstream_headers_in_t, x_accel_redirect), 224 offsetof(ngx_http_upstream_headers_in_t, x_accel_redirect),