comparison src/core/ngx_connection.c @ 288:f81d075ad172

nginx-0.0.2-2004-03-14-23:46:25 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 14 Mar 2004 20:46:25 +0000
parents 30310107dbc9
children 87e73f067470
comparison
equal deleted inserted replaced
287:35a6a9df2d25 288:f81d075ad172
250 250
251 if (err == NGX_ECONNRESET 251 if (err == NGX_ECONNRESET
252 #if !(WIN32) 252 #if !(WIN32)
253 || err == NGX_EPIPE 253 || err == NGX_EPIPE
254 #endif 254 #endif
255 || err == NGX_ENOTCONN) 255 || err == NGX_ENOTCONN
256 || err == NGX_ECONNREFUSED
257 || err == NGX_EHOSTUNREACH)
256 { 258 {
257 259
258 switch (c->log_error) { 260 switch (c->log_error) {
259 261
260 case NGX_ERROR_IGNORE_ECONNRESET: 262 case NGX_ERROR_IGNORE_ECONNRESET: