forked from AkkomaGang/akkoma
ConnectionPool middleware: handle connection opening errors
This commit is contained in:
parent
9d6aca5bee
commit
129a2f48df
1 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,9 @@ def call(%Tesla.Env{url: url, opts: opts} = env, next, _) do
|
||||||
ConnectionPool.release_conn(conn_pid)
|
ConnectionPool.release_conn(conn_pid)
|
||||||
err
|
err
|
||||||
end
|
end
|
||||||
|
|
||||||
|
err ->
|
||||||
|
err
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue