]> git.kaiwu.me - nginx.git/commitdiff
zero field
authorIgor Sysoev <igor@sysoev.ru>
Fri, 3 Apr 2009 15:44:41 +0000 (15:44 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 3 Apr 2009 15:44:41 +0000 (15:44 +0000)
src/http/ngx_http_upstream.c

index 8883d48659b499e58aa2054e1cab8da3d9b75eec..be1ea10f4f28856fe9a039820739bf0f51edb423 100644 (file)
@@ -216,8 +216,7 @@ ngx_http_upstream_header_t  ngx_http_upstream_headers_in[] = {
                  ngx_http_upstream_copy_header_line, 0, 0 },
 
     { ngx_string("X-Accel-Expires"),
-                 ngx_http_upstream_process_accel_expires,
-                 offsetof(ngx_http_upstream_headers_in_t, x_accel_expires),
+                 ngx_http_upstream_process_accel_expires, 0,
                  ngx_http_upstream_copy_header_line, 0, 0 },
 
     { ngx_string("X-Accel-Redirect"),