Commit 1f768c93 authored by Dave Machado's avatar Dave Machado Committed by GitHub
Browse files

Add Errno::ECONNRESET exception

parent de4f7f08
......@@ -60,6 +60,8 @@ links.each do |link|
fails.push("(SOK): #{link}")
rescue Errno::ECONNREFUSED
fails.push("(CON): #{link}")
rescue Errno::ECONNRESET
continue
end
progressbar.increment
end
......
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