comparison src/event/ngx_event_openssl.c @ 1869:192443881e51

add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWN
author Igor Sysoev <igor@sysoev.ru>
date Fri, 25 Jan 2008 14:57:35 +0000
parents c2cd0720f292
children 5d076348c121
comparison
equal deleted inserted replaced
1868:c2cd0720f292 1869:192443881e51
1119 || err == NGX_ENOTCONN 1119 || err == NGX_ENOTCONN
1120 #if !(NGX_CRIT_ETIMEDOUT) 1120 #if !(NGX_CRIT_ETIMEDOUT)
1121 || err == NGX_ETIMEDOUT 1121 || err == NGX_ETIMEDOUT
1122 #endif 1122 #endif
1123 || err == NGX_ECONNREFUSED 1123 || err == NGX_ECONNREFUSED
1124 || err == NGX_ENETDOWN
1125 || err == NGX_ENETUNREACH
1126 || err == NGX_EHOSTDOWN
1124 || err == NGX_EHOSTUNREACH) 1127 || err == NGX_EHOSTUNREACH)
1125 { 1128 {
1126 switch (c->log_error) { 1129 switch (c->log_error) {
1127 1130
1128 case NGX_ERROR_IGNORE_ECONNRESET: 1131 case NGX_ERROR_IGNORE_ECONNRESET: