Ver a proveniência

Update Net::OpenTimeout exception

pull/389/head
Dave Machado há 6 anos
committed by GitHub
ascendente
cometimento
96dbf27f6a
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      build/validate_links.rb

+ 2
- 0
build/validate_links.rb Ver ficheiro

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


Carregando…
Cancelar
Guardar