Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(backend): FileServerServiceでレンジリクエストの場合に適切なレスポンスコードが返らない問題を修正 (mi…
…sskey-dev#13701) * return 206 for every ranged response - fixes misskey-dev#494 (cherry picked from commit 92eec21) * detect size of remote files - fixes misskey-dev#494 without this, remote files are assumed to have size 0 (even if we just downloaded them!) and the range-related code won't run (cherry picked from commit 960f4fc) --------- Co-authored-by: dakkar <[email protected]> (cherry picked from commit 7cf0c18)
- Loading branch information