diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2018-12-04 14:01:39 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2018-12-04 14:04:06 +0300 |
commit | a9e4a975866c33553c477667c431187590329447 (patch) | |
tree | 7e4c50f7c37d0343ebcb94860124f4fc908d0bb1 /lib | |
parent | 7ec64ac33f52d2f5072b56f2f8eb5e9ce498e00f (diff) | |
download | pleroma-a9e4a975866c33553c477667c431187590329447.tar.gz |
update test
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/http/http.ex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/http/http.ex b/lib/pleroma/http/http.ex index 93ac9d62b..59afacf4c 100644 --- a/lib/pleroma/http/http.ex +++ b/lib/pleroma/http/http.ex @@ -18,6 +18,7 @@ defmodule Pleroma.HTTP do |> (&Tesla.request(Connection.new(), &1)).() end + defp process_sni_options(options, nil), do: options defp process_sni_options(options, url) do uri = URI.parse(url) host = uri.host |> to_charlist() |