diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-04-03 15:44:41 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-03 15:44:41 +0000 |
commit | c1713aadf5be9097c2ed8f60de630a70945cc140 (patch) | |
tree | 6283fa5749c2fd12ae5b07f3bce758fd12593942 /src | |
parent | 0eea247b1d5d8b583e5f2cdd17a15d5675ffe309 (diff) | |
download | nginx-c1713aadf5be9097c2ed8f60de630a70945cc140.tar.gz nginx-c1713aadf5be9097c2ed8f60de630a70945cc140.zip |
zero field
Diffstat (limited to 'src')
-rw-r--r-- | src/http/ngx_http_upstream.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 8883d4865..be1ea10f4 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -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"), |