This website works better with JavaScript.
Home
Explore
Help
Sign In
TechnikNews
/
PublicAPIs
mirror of
https://github.com/public-apis/public-apis
Watch
1
Star
2
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add Errno::ECONNRESET exception
pull/454/merge
Dave Machado
7 years ago
committed by
GitHub
parent
de4f7f08b9
commit
1f768c9390
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
build/validate_links.rb
+ 2
- 0
build/validate_links.rb
View File
@@ -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
Write
Preview
Loading…
Cancel
Save