mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 03:17:51 +00:00
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 @@ defmodule Pleroma.Tesla.Middleware.ConnectionPool do
|
|||
ConnectionPool.release_conn(conn_pid)
|
||||
err
|
||||
end
|
||||
|
||||
err ->
|
||||
err
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue