Skip to content
Snippets Groups Projects
Commit 9b396706 authored by kaniini's avatar kaniini
Browse files

Merge branch 'bugfix/http-fd-exhaustion-mediaproxy' into 'develop'

http: fix mediaproxy FD leaks

See merge request pleroma/pleroma!395
parents ae7c79cf c302c619
Branches
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ defmodule Pleroma.HTTP do
end
end
defp 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]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment