Commit 96dbf27f authored by Dave Machado's avatar Dave Machado Committed by GitHub
Browse files

Update Net::OpenTimeout exception

parent 4885264c
...@@ -51,6 +51,8 @@ links.each do |link| ...@@ -51,6 +51,8 @@ links.each do |link|
end end
rescue Net::ReadTimeout rescue Net::ReadTimeout
fails.push("(TMO): #{link}") fails.push("(TMO): #{link}")
rescue Net::OpenTimeout
fails.push("(TMO): #{link}")
rescue OpenSSL::SSL::SSLError rescue OpenSSL::SSL::SSLError
fails.push("(SSL): #{link}") fails.push("(SSL): #{link}")
rescue SocketError rescue SocketError
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment