Hacker News new | ask | show | jobs
by rwha 2129 days ago
I saw the same. My best initial guess is that this is somehow caused by cloudflare either setting the content-type header to text/plain or not setting the accept-ranges header. Or maybe both?
2 comments

> not setting the accept-ranges header

Mostly that, because it doesn't support resuming partial downloads either (it says http server does not support byte ranges)

Oh ! totally makes sense, nice guess. and very interesting