Update Net::OpenTimeout exception

This commit is contained in:
Dave Machado 2017-07-23 18:05:12 -04:00 committed by GitHub
parent 4885264ce6
commit 96dbf27f6a

View file

@ -51,6 +51,8 @@ links.each do |link|
end
rescue Net::ReadTimeout
fails.push("(TMO): #{link}")
rescue Net::OpenTimeout
fails.push("(TMO): #{link}")
rescue OpenSSL::SSL::SSLError
fails.push("(SSL): #{link}")
rescue SocketError