projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae7c79c
)
http: fix mediaproxy
author
William Pitcock
<nenolod@dereferenced.org>
Fri, 26 Oct 2018 06:38:08 +0000
(06:38 +0000)
committer
William Pitcock
<nenolod@dereferenced.org>
Fri, 26 Oct 2018 06:38:08 +0000
(06:38 +0000)
lib/pleroma/http/http.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/http/http.ex
b/lib/pleroma/http/http.ex
index f222e1774c9253224b97ca7a642a940b79554a57..e64266ae7e9fa9ce2a3a0f7fd467b445c7c47bee 100644
(file)
--- a/
lib/pleroma/http/http.ex
+++ b/
lib/pleroma/http/http.ex
@@
-19,7
+19,7
@@
defmodule Pleroma.HTTP do
end
end
- def
p
process_request_options(options) do
+ def process_request_options(options) do
config = Application.get_env(:pleroma, :http, [])
proxy = Keyword.get(config, :proxy_url, nil)
options = options ++ [hackney: [pool: :default]]