mirror of
https://github.com/FranP-code/public-apis.git
synced 2025-10-13 00:03:04 +00:00
Add Errno::ECONNRESET exception
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user