nginx/src
Sergey Kandaurov 9ad18e43ac Fixed ngx_open_cached_file() error handling.
If of.err is 0, it means that there was a memory allocation error
and no further logging and/or processing is needed.  The of.failed
string can be only accessed if of.err is not 0.
2017-03-28 14:21:38 +03:00
..
core Use ngx_array_init() to initialize arrays. 2017-03-28 11:28:42 +03:00
event Core: set nginx_shared_zone name via ngx_str_set(). 2017-03-28 11:28:51 +03:00
http Fixed ngx_open_cached_file() error handling. 2017-03-28 14:21:38 +03:00
mail Mail: don't emit separator in capability lists for APOP. 2017-03-06 17:56:23 +03:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
os Added missing "static" specifier found by gcc -Wtraditional. 2017-03-16 19:01:05 +03:00
stream Fixed ngx_open_cached_file() error handling. 2017-03-28 14:21:38 +03:00