Skip to content

Commit

Permalink
Merge pull request gausby#128 from main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
antp authored Mar 5, 2021
1 parent 4c17c8b commit ac01ccb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/tortoise.ex
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ defmodule Tortoise do
else
{:error, :unknown_connection} ->
{:error, :unknown_connection}

{:error, :timeout} ->
{:error, :timeout}
end
end

Expand Down Expand Up @@ -338,6 +341,9 @@ defmodule Tortoise do
else
{:error, :unknown_connection} ->
{:error, :unknown_connection}

{:error, :timeout} ->
{:error, :timeout}
end
end
end

0 comments on commit ac01ccb

Please sign in to comment.