summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-08-27 22:08:29 -0400
committerMark Felder <feld@feld.me>2024-08-27 22:08:31 -0400
commit0804b73c0ae5846a133386c09970546375e3d918 (patch)
tree6b2d1f28f5f331f11ddf799e812b9f2ce137cdc2
parent44901502ffd7713d498976e2d2b9a55c298f1876 (diff)
downloadpleroma-0804b73c0ae5846a133386c09970546375e3d918.tar.gz
pleroma-0804b73c0ae5846a133386c09970546375e3d918.zip
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
-rw-r--r--lib/pleroma/web/rich_media/helpers.ex4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/pleroma/web/rich_media/helpers.ex b/lib/pleroma/web/rich_media/helpers.ex
index b81984343..a242ca640 100644
--- a/lib/pleroma/web/rich_media/helpers.ex
+++ b/lib/pleroma/web/rich_media/helpers.ex
@@ -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