summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_upstream.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-08-12 12:05:33 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-08-12 12:05:33 +0000
commitb7a09c55239a92201665781f2ffdc388fafa598f (patch)
tree316d43b0d8e21c7fe9445954456184aec3659b98 /src/http/ngx_http_upstream.c
parentc9538c069f95043d9a922a7ca3d311f7e2b7fde7 (diff)
downloadnginx-b7a09c55239a92201665781f2ffdc388fafa598f.tar.gz
nginx-b7a09c55239a92201665781f2ffdc388fafa598f.tar.bz2
allow cross device temporary files atomic copying:
*) ngx_copy_file() *) delete ngx_ext_rename_file_t.log_rename_error and .rename_error fields
Diffstat (limited to 'src/http/ngx_http_upstream.c')
-rw-r--r--src/http/ngx_http_upstream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c
index e705da6c2..a418eaa2f 100644
--- a/src/http/ngx_http_upstream.c
+++ b/src/http/ngx_http_upstream.c
@@ -2635,7 +2635,6 @@ ngx_http_upstream_store(ngx_http_request_t *r, ngx_http_upstream_t *u)
ext.time = -1;
ext.create_path = 1;
ext.delete_file = 1;
- ext.log_rename_error = 1;
ext.log = r->connection->log;
if (u->headers_in.last_modified) {