ConnectionPool middleware: handle connection opening errors
This commit is contained in:
parent
9d6aca5bee
commit
129a2f48df
@ -42,6 +42,9 @@ defmodule Pleroma.Tesla.Middleware.ConnectionPool do
|
||||
ConnectionPool.release_conn(conn_pid)
|
||||
err
|
||||
end
|
||||
|
||||
err ->
|
||||
err
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user