Explorar el Código

Update Net::OpenTimeout exception

pull/389/head
Dave Machado hace 7 años
committed by GitHub
padre
commit
96dbf27f6a
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      build/validate_links.rb

+ 2
- 0
build/validate_links.rb Ver fichero

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


Cargando…
Cancelar
Guardar