mirror of
https://github.com/lostisland/faraday.git
synced 2025-08-29 00:03:58 -04:00
Handle the case of an unreachable network.
This can happen in a number of cases, a good example is when your stack tries to make an IPv6 connection and it is not possible.
This commit is contained in:
parent
1aaa3b875c
commit
8d6d3bcf33
@ -13,6 +13,7 @@ module Faraday
|
||||
EOFError,
|
||||
Errno::ECONNABORTED,
|
||||
Errno::ECONNREFUSED,
|
||||
Errno::ENETUNREACH,
|
||||
Errno::ECONNRESET,
|
||||
Errno::EINVAL,
|
||||
Net::HTTPBadResponse,
|
||||
|
Loading…
x
Reference in New Issue
Block a user