some debug
This commit is contained in:
parent
d04da53ad6
commit
2ca6d54437
@ -41,6 +41,8 @@ defmodule Pleroma.HTTP do
|
|||||||
options
|
options
|
||||||
end
|
end
|
||||||
|
|
||||||
|
IO.inspect(options)
|
||||||
|
|
||||||
params = Keyword.get(options, :params, [])
|
params = Keyword.get(options, :params, [])
|
||||||
|
|
||||||
%{}
|
%{}
|
||||||
@ -62,7 +64,7 @@ defmodule Pleroma.HTTP do
|
|||||||
end
|
end
|
||||||
|
|
||||||
defp get_conn_for_gun(url, options) do
|
defp get_conn_for_gun(url, options) do
|
||||||
case Pleroma.Gun.Connections.get_conn(url) do
|
case Pleroma.Gun.Connections.try_to_get_gun_conn(url) do
|
||||||
nil ->
|
nil ->
|
||||||
options
|
options
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user