nginx/src
Valentin Bartenev fac3b341da Fixed handling of ngx_write_fd() and ngx_read_fd() errors.
The ngx_write_fd() and ngx_read_fd() functions return -1 in case of error,
so the incorrect comparison with NGX_FILE_ERROR (which is 0 on windows
platforms) might result in inaccurate error message in the error log.

Also the ngx_errno global variable is being set only if the returned value
is -1.
2012-12-14 15:24:24 +00:00
..
core Fixed handling of ngx_write_fd() and ngx_read_fd() errors. 2012-12-14 15:24:24 +00:00
event Event pipe: fixed handling of buf_to_file data. 2012-10-30 11:14:24 +00:00
http Gzip: fixed zlib memLevel adjusting. 2012-12-14 15:17:58 +00:00
mail Whitespace fix. 2012-08-18 23:04:39 +00:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Core: removed GLOB_NOSORT glob option. 2012-11-29 23:15:41 +00:00