nginx/src
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
..
core Lingering close for connections with pipelined requests. 2023-02-02 23:38:48 +03:00
event Style. 2023-01-28 05:20:23 +03:00
http Lingering close for connections with pipelined requests. 2023-02-02 23:38:48 +03:00
mail Fixed port ranges support in the listen directive. 2022-12-18 21:29:02 +03:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Win32: reworked ngx_win32_rename_file() to check errors. 2023-02-23 20:49:50 +03:00
stream Fixed port ranges support in the listen directive. 2022-12-18 21:29:02 +03:00