]> git.kaiwu.me - nginx.git/commit
Win32: reworked ngx_win32_rename_file() to use nginx wrappers.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 23 Feb 2023 17:49:52 +0000 (20:49 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 23 Feb 2023 17:49:52 +0000 (20:49 +0300)
commitdc4957485e151ed11026ab827c8e5348b3d3ae01
tree844907eef65bd141fee435e2bd739f377e710098
parent94d8cea620e0abc67f4d0fe9aaf6170f39529c8c
Win32: reworked ngx_win32_rename_file() to use nginx wrappers.

This ensures that ngx_win32_rename_file() will support non-ASCII names
when supported by the wrappers.

Notably, this is used by PUT requests in the dav module when overwriting
existing files with non-ASCII names (ticket #1433).
src/os/win32/ngx_files.c