Skip to content

Commit

Permalink
Em-http-request now throws RuntimeError on connection refused.
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Jul 23, 2012
1 parent 574cd18 commit 152d7d2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ def client_timeout_exception_class
end

def connection_refused_exception_class
""
RuntimeError
end

def http_library
Expand Down

0 comments on commit 152d7d2

Please sign in to comment.