Skip to content

Commit

Permalink
em_http_requests raises RuntimeError on timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Aug 14, 2023
1 parent e7fcd15 commit 0dba7c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def http_request(method, uri, options = {}, &block)
end

def client_timeout_exception_class
'Errno::ETIMEDOUT'
RuntimeError # 'Errno::ETIMEDOUT'
end

def connection_refused_exception_class
Expand Down

0 comments on commit 0dba7c5

Please sign in to comment.