diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2024-04-14 10:22:03 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-14 10:22:03 +0900 |
| commit | 7cf0c18f83f82416c9b1bb5bca5b669e77240527 (patch) | |
| tree | 1a59404f44ad61e2dc4cb8458e3cca8496855c9d /packages/backend/src/server/api/endpoints/notes | |
| parent | test: do not use indexedDB in cypress environment due to chrome bug (#13709) (diff) | |
| download | sharkey-7cf0c18f83f82416c9b1bb5bca5b669e77240527.tar.gz sharkey-7cf0c18f83f82416c9b1bb5bca5b669e77240527.tar.bz2 sharkey-7cf0c18f83f82416c9b1bb5bca5b669e77240527.zip | |
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>
Diffstat (limited to 'packages/backend/src/server/api/endpoints/notes')
0 files changed, 0 insertions, 0 deletions