mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-03 05:48:42 +00:00
This error is not returned by Tesla
Upstream has a bug filed for this as they aren't handling this error internally, so it was raising
This commit is contained in:
parent
44901502ff
commit
0804b73c0a
1 changed files with 0 additions and 4 deletions
|
@ -59,10 +59,6 @@ defmodule Pleroma.Web.RichMedia.Helpers do
|
|||
{:get, _} ->
|
||||
Logger.debug("Rich media error for #{url}: HTTP GET failed")
|
||||
{:error, :get}
|
||||
|
||||
{:error, :recv_chunk_timeout} ->
|
||||
Logger.debug("Rich media error for #{url}: HTTP streaming response failed")
|
||||
{:error, :get}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue