]> git.kaiwu.me - nginx.git/commit
fix Win32 error message when an temporary file replaces an existent file:
authorIgor Sysoev <igor@sysoev.ru>
Thu, 17 Dec 2009 10:05:39 +0000 (10:05 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 17 Dec 2009 10:05:39 +0000 (10:05 +0000)
commita75362dcdbd5d8d911ddf135f71b3be68ce5ef31
tree17f464f6f0251e2ff10adfe33673336ddb70e76a
parent9c8fa5efe59fc76bfe81811d0c8e1305efdf3fa2
fix Win32 error message when an temporary file replaces an existent file:
return at once if ngx_win32_rename_file() was not failed
and do not try to delete already the renamed temporary file
src/core/ngx_file.c