浏览代码

ConnectionPool middleware: handle connection opening errors

fix/disable-favicons-in-tests
rinpatch 3 年前
父节点
当前提交
129a2f48df
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      lib/pleroma/tesla/middleware/connection_pool.ex

+ 3
- 0
lib/pleroma/tesla/middleware/connection_pool.ex 查看文件

@@ -42,6 +42,9 @@ defmodule Pleroma.Tesla.Middleware.ConnectionPool do
ConnectionPool.release_conn(conn_pid)
err
end

err ->
err
end
end
end

正在加载...
取消
保存