comparison src/os/unix/ngx_errno.h @ 430:dac47e9ef0d5 NGINX_0_7_27

nginx 0.7.27 *) Feature: the "try_files" directive. *) Feature: variables support in the "fastcgi_pass" directive. *) Feature: now the $geo variable may get an address from a variable. Thanks to Andrei Nigmatulin. *) Feature: now a location's modifier may be used without space before name. *) Feature: the $upstream_response_length variable. *) Bugfix: now a "add_header" directive does not add an empty value. *) Bugfix: if zero length static file was requested, then nginx just closed connection; the bug had appeared in 0.7.25. *) Bugfix: a MOVE method could not move file in non-existent directory. *) Bugfix: a segmentation fault occurred in worker process, if no one named location was defined in server, but some one was used in an error_page directive. Thanks to Sergey Bochenkov.
author Igor Sysoev <http://sysoev.ru>
date Mon, 15 Dec 2008 00:00:00 +0300
parents a39aab45a53f
children 6866b490272e
comparison
equal deleted inserted replaced
429:3b8e9d1bc9bb 430:dac47e9ef0d5
21 #define NGX_ECHILD ECHILD 21 #define NGX_ECHILD ECHILD
22 #define NGX_ENOMEM ENOMEM 22 #define NGX_ENOMEM ENOMEM
23 #define NGX_EACCES EACCES 23 #define NGX_EACCES EACCES
24 #define NGX_EBUSY EBUSY 24 #define NGX_EBUSY EBUSY
25 #define NGX_EEXIST EEXIST 25 #define NGX_EEXIST EEXIST
26 #define NGX_EXDEV EXDEV
26 #define NGX_ENOTDIR ENOTDIR 27 #define NGX_ENOTDIR ENOTDIR
27 #define NGX_EISDIR EISDIR 28 #define NGX_EISDIR EISDIR
28 #define NGX_EINVAL EINVAL 29 #define NGX_EINVAL EINVAL
29 #define NGX_ENOSPC ENOSPC 30 #define NGX_ENOSPC ENOSPC
30 #define NGX_EPIPE EPIPE 31 #define NGX_EPIPE EPIPE