mirror of
https://github.com/nginx/nginx.git
synced 2026-06-24 19:06:48 +00:00
lower ECONNRESET level
This commit is contained in:
parent
3e7e9d72e5
commit
288e503e92
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ ngx_event_connect_peer(ngx_peer_connection_t *pc)
|
|||
*/
|
||||
|| err == NGX_EAGAIN
|
||||
#endif
|
||||
|| err == NGX_ECONNRESET
|
||||
|| err == NGX_ENETDOWN
|
||||
|| err == NGX_ENETUNREACH
|
||||
|| err == NGX_EHOSTDOWN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue