This project is closed and read-only.
Backport #11204 ยป error-enetunreach-typo.patch
| lib/resolv.rb (working copy) | ||
|---|---|---|
|
begin
|
||
|
sender.send
|
||
|
rescue Errno::EHOSTUNREACH, # multi-homed IPv6 may generate this
|
||
|
Erron::ENETUNREACH
|
||
|
Errno::ENETUNREACH
|
||
|
raise ResolvTimeout
|
||
|
end
|
||
|
while true
|
||