かっこかり 7cf0c18f83
fix(backend): FileServerServiceでレンジリクエストの場合に適切なレスポンスコードが返らない問題を修正 (#13701)
* return 206 for every ranged response - fixes #494

(cherry picked from commit 92eec2178fd103e9ea2bcd646aacab1fb496a33b)

* detect size of remote files - fixes #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 960f4fcff78a1f019c9a9377853fcd90dbfb7575)

---------

Co-authored-by: dakkar <dakkar@thenautilus.net>
2024-04-14 10:22:03 +09:00
..
2022-04-15 21:33:00 +09:00
2021-11-12 10:35:41 +09:00
2022-09-20 01:04:08 +09:00
2021-11-12 10:35:41 +09:00
2023-02-07 19:50:38 +09:00
chore: ✌️
2022-12-24 14:39:17 +09:00
2023-09-04 13:33:38 +09:00

Misskey Backend