Maxim Dounin 94d8cea620 Win32: reworked ngx_win32_rename_file() to check errors.
Previously, ngx_win32_rename_file() retried on all errors returned by
MoveFile() to a temporary name.  It only make sense, however, to retry
when the destination file already exists, similarly to the condition
when ngx_win32_rename_file() is called.  Retrying on other errors is
meaningless and might result in an infinite loop.
2023-02-23 20:49:50 +03:00
2021-10-25 20:49:15 +03:00
2022-12-13 18:53:53 +03:00
2022-12-13 18:53:53 +03:00
Languages
C 97.6%
Vim Script 1.8%
XS 0.4%
Perl 0.1%