comparison src/core/ngx_connection.c @ 136:3656228c0b56 NGINX_0_3_15

nginx 0.3.15 *) Feature: the new 444 code of the "return" directive to close connection. *) Feature: the "so_keepalive" directive in IMAP/POP3 proxy. *) Bugfix: if there are unclosed connection nginx now calls abort() only on gracefull quit and active "debug_points" directive.
author Igor Sysoev <http://sysoev.ru>
date Wed, 07 Dec 2005 00:00:00 +0300
parents df17fbafec8f
children 84910468f6de
comparison
equal deleted inserted replaced
135:c1ac76c0e9df 136:3656228c0b56
717 || err == NGX_ECONNRESET 717 || err == NGX_ECONNRESET
718 #if !(NGX_WIN32) 718 #if !(NGX_WIN32)
719 || err == NGX_EPIPE 719 || err == NGX_EPIPE
720 #endif 720 #endif
721 || err == NGX_ENOTCONN 721 || err == NGX_ENOTCONN
722 #if !(NGX_CRIT_ETIMEDOUT)
723 || err == NGX_ETIMEDOUT
724 #endif
722 || err == NGX_ECONNREFUSED 725 || err == NGX_ECONNREFUSED
723 || err == NGX_EHOSTUNREACH) 726 || err == NGX_EHOSTUNREACH)
724 { 727 {
725 728
726 switch (c->log_error) { 729 switch (c->log_error) {