ConnectionPool middleware: Fix connection leak on ReverseProxy redirects
authorrinpatch <rinpatch@sdf.org>
Fri, 4 Sep 2020 19:10:40 +0000 (22:10 +0300)
committerrinpatch <rinpatch@sdf.org>
Fri, 4 Sep 2020 19:10:40 +0000 (22:10 +0300)
commit10da13c71343623a5e52beebdc6abc1f400bc40d
treecff977adf698a197639073a7c2ad92848aa5460b
parent2b04cdf407c9ce4134a0fe448b7f8dff7f6ff57f
ConnectionPool middleware: Fix connection leak on ReverseProxy redirects

Requires a patched Tesla due to upstream not saving opts between
redirects, patch submitted at https://github.com/teamon/tesla/pull/414
lib/pleroma/tesla/middleware/connection_pool.ex
mix.exs
mix.lock