mirror of
https://github.com/nginx/nginx.git
synced 2026-07-30 08:08:24 -05:00
The ngx_open_dir() function changed to restore name passed to it. This fixes removing destination directory in dav module, as caught by dav.t. The ngx_close_dir() function introduced to properly convert errors, as FindClose() returns 0 on error.