projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08960d5
)
Handle 303 redirects
author
Sergey Suprunenko
<suprunenko.s@gmail.com>
Sun, 28 Jul 2019 20:24:39 +0000
(20:24 +0000)
committer
kaniini
<ariadne@dereferenced.org>
Sun, 28 Jul 2019 20:24:39 +0000
(20:24 +0000)
lib/pleroma/http/connection.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/http/connection.ex
b/lib/pleroma/http/connection.ex
index a1460d3038af6bae452259f50e2972e4925e51f4..7e2c6f5e8207e7b9b413d408b8e4f892f0fc83cb 100644
(file)
--- a/
lib/pleroma/http/connection.ex
+++ b/
lib/pleroma/http/connection.ex
@@
-11,6
+11,7
@@
defmodule Pleroma.HTTP.Connection do
connect_timeout: 10_000,
recv_timeout: 20_000,
follow_redirect: true,
+ force_redirect: true,
pool: :federation
]
@adapter Application.get_env(:tesla, :adapter)