Selaa lähdekoodia

Update Net::OpenTimeout exception

pull/389/head
Dave Machado 7 vuotta sitten
committed by GitHub
vanhempi
commit
96dbf27f6a
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      build/validate_links.rb

+ 2
- 0
build/validate_links.rb Näytä tiedosto

@@ -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


Ladataan…
Peruuta
Tallenna