mirror of
https://github.com/nginx/nginx.git
synced 2025-01-20 21:33:20 -06:00
delete ancient define
This commit is contained in:
parent
80c3e8e03b
commit
f5ca9df2ab
@ -1240,9 +1240,7 @@ ngx_ssl_connection_error(ngx_connection_t *c, int sslerr, ngx_err_t err,
|
||||
if (err == NGX_ECONNRESET
|
||||
|| err == NGX_EPIPE
|
||||
|| err == NGX_ENOTCONN
|
||||
#if !(NGX_CRIT_ETIMEDOUT)
|
||||
|| err == NGX_ETIMEDOUT
|
||||
#endif
|
||||
|| err == NGX_ECONNREFUSED
|
||||
|| err == NGX_ENETDOWN
|
||||
|| err == NGX_ENETUNREACH
|
||||
|
Loading…
Reference in New Issue
Block a user