akkoma/test/web/rich_media
rinpatch f70335002d RichMedia: Do a HEAD request to check content type/length
This shouldn't be too expensive, since the connections are pooled,
but it should save us some bandwidth since we won't fetch non-html
files and files that are too large for us to process (especially
since you can't cancel a request without closing the connection
with HTTP1).
2020-09-14 14:45:58 +03:00
..
parsers Fix tests 2020-06-15 16:20:05 +04:00
aws_signed_url_test.exs Rich media: Add failure tracking 2020-09-02 14:59:52 +03:00
helpers_test.exs Add OpenAPI spec for StatusController 2020-05-13 00:25:21 +04:00
parser_test.exs RichMedia: Do a HEAD request to check content type/length 2020-09-14 14:45:58 +03:00