Skip to content

Instantly share code, notes, and snippets.

@jmazzi
Created July 9, 2013 19:17
Show Gist options
  • Save jmazzi/5960362 to your computer and use it in GitHub Desktop.
Save jmazzi/5960362 to your computer and use it in GitHub Desktop.
DOWN_ERRORS = [
Errno::ECONNRESET,
Errno::EHOSTUNREACH,
Errno::EINVAL,
Errno::ECONNREFUSED,
Errno::ENETUNREACH,
Net::HTTPBadResponse,
Net::HTTPHeaderSyntaxError,
Net::ProtocolError,
SocketError,
Timeout::Error,
EOFError,
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment