The official NGINX Open Source repository.
Go to file
Valentin Bartenev 604e18fb2c Use NGX_FILE_ERROR for handling file operations errors.
On Win32 platforms 0 is used to indicate errors in file operations, so
comparing against -1 is not portable.

This was not much of an issue in patched code, since only ngx_fd_info() test
is actually reachable on Win32 and in worst case it might result in bogus
error log entry.

Patch by Piotr Sikora.
2013-03-25 15:49:11 +00:00
auto Preliminary experimental support for SPDY draft 2. 2013-03-20 10:36:57 +00:00
conf Added the HTTPS fastcgi_param to fastcgi.conf. 2011-12-25 19:15:56 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.3.14-RELEASE 2013-03-05 14:35:58 +00:00
misc Misc: support for Mercurial repositories. 2013-03-22 15:47:18 +00:00
src Use NGX_FILE_ERROR for handling file operations errors. 2013-03-25 15:49:11 +00:00
.hgtags release-1.3.14 tag 2013-03-05 14:36:20 +00:00