mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 06:03:31 -06:00
nginx-0.0.1-2003-01-19-20:53:14 import
This commit is contained in:
parent
ad22e01112
commit
de8fcead5e
@ -64,7 +64,7 @@ ngx_module_t ngx_http_index_module = {
|
|||||||
/*
|
/*
|
||||||
Try to open first index file before the test of the directory existence
|
Try to open first index file before the test of the directory existence
|
||||||
because the valid requests should be many more then invalid ones.
|
because the valid requests should be many more then invalid ones.
|
||||||
If open() is failed then stat() should be more quickly because some data
|
If open() failed then stat() should be more quickly because some data
|
||||||
is already cached in the kernel. Besides Win32 has ERROR_PATH_NOT_FOUND
|
is already cached in the kernel. Besides Win32 has ERROR_PATH_NOT_FOUND
|
||||||
and Unix has ENOTDIR error (although it less helpfull).
|
and Unix has ENOTDIR error (although it less helpfull).
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user