# HG changeset patch # User Igor Sysoev # Date 1042998794 0 # Node ID 5365b189a97e9fc89c4f8e5055359a56389a80b9 # Parent d81326c3b21b3af2fb69d6c4a57271f7eab174e9 nginx-0.0.1-2003-01-19-20:53:14 import diff -r d81326c3b21b -r 5365b189a97e src/http/modules/ngx_http_index_handler.c --- a/src/http/modules/ngx_http_index_handler.c Wed Jan 15 07:02:27 2003 +0000 +++ b/src/http/modules/ngx_http_index_handler.c Sun Jan 19 17:53:14 2003 +0000 @@ -64,7 +64,7 @@ /* Try to open first index file before the test of the directory existence 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 and Unix has ENOTDIR error (although it less helpfull). */