comparison src/os/unix/ngx_errno.h @ 364:a39aab45a53f NGINX_0_6_26

nginx 0.6.26 *) Bugfix: the "proxy_store" and "fastcgi_store" directives did not check a response length. *) Bugfix: a segmentation fault occurred in worker process, if big value was used in a "expires" directive. Thanks to Joaquin Cuenca Abela. *) Bugfix: nginx incorrectly detected cache line size on Pentium 4. Thanks to Gena Makhomed. *) Bugfix: in proxied or FastCGI subrequests a client original method was used instead of the GET method. *) Bugfix: socket leak in HTTPS mode if deferred accept was used. Thanks to Ben Maurer. *) Bugfix: nginx issued the bogus error message "SSL_shutdown() failed (SSL: )"; bug appeared in 0.6.23. *) Bugfix: in HTTPS mode requests might fail with the "bad write retry" error; bug appeared in 0.6.23.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 Feb 2008 00:00:00 +0300
parents 56688ed172c8
children dac47e9ef0d5
comparison
equal deleted inserted replaced
363:6999caedb665 364:a39aab45a53f
35 #define NGX_ECONNRESET ECONNRESET 35 #define NGX_ECONNRESET ECONNRESET
36 #define NGX_ENOTCONN ENOTCONN 36 #define NGX_ENOTCONN ENOTCONN
37 #define NGX_ETIMEDOUT ETIMEDOUT 37 #define NGX_ETIMEDOUT ETIMEDOUT
38 #define NGX_ECONNREFUSED ECONNREFUSED 38 #define NGX_ECONNREFUSED ECONNREFUSED
39 #define NGX_ENAMETOOLONG ENAMETOOLONG 39 #define NGX_ENAMETOOLONG ENAMETOOLONG
40 #define NGX_ENETDOWN ENETDOWN
41 #define NGX_ENETUNREACH ENETUNREACH
42 #define NGX_EHOSTDOWN EHOSTDOWN
40 #define NGX_EHOSTUNREACH EHOSTUNREACH 43 #define NGX_EHOSTUNREACH EHOSTUNREACH
41 #define NGX_ENOSYS ENOSYS 44 #define NGX_ENOSYS ENOSYS
42 #define NGX_ECANCELED ECANCELED 45 #define NGX_ECANCELED ECANCELED
43 #define NGX_ENOMOREFILES 0 46 #define NGX_ENOMOREFILES 0
44 47