nginx/src
Maxim Dounin 6c5fe80bc6 Win32: removed attempt to use a drive letter in ngx_fs_bsize().
Just a drive letter might not correctly represent file system being used,
notably when using symlinks (as created by "mklink /d").  As such, instead
of trying to call GetDiskFreeSpace() with just a drive letter, we now always
use GetDiskFreeSpace() with full path.

Further, it looks like the code to use just a drive letter never worked,
since it tried to test name[2] instead of name[1] to be ':'.
2023-02-23 20:50:00 +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: removed attempt to use a drive letter in ngx_fs_bsize(). 2023-02-23 20:50:00 +03:00
stream Fixed port ranges support in the listen directive. 2022-12-18 21:29:02 +03:00