Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
1f768c93
Commit
1f768c93
authored
Sep 13, 2017
by
Dave Machado
Committed by
GitHub
Sep 13, 2017
Browse files
Add Errno::ECONNRESET exception
parent
de4f7f08
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/validate_links.rb
View file @
1f768c93
...
...
@@ -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
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment