mirror of
https://github.com/public-apis/public-apis.git
synced 2025-08-03 08:40:08 +02:00
Add Errno::ECONNRESET exception
This commit is contained in:
parent
de4f7f08b9
commit
1f768c9390
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue