Skip to content
Snippets Groups Projects
Unverified Commit 7cf0c18f authored by かっこかり's avatar かっこかり Committed by GitHub
Browse files

fix(backend): FileServerServiceでレンジリクエストの場合に適切なレスポンスコードが返らない問題を修正 (#13701)


* return 206 for every ranged response - fixes #494

(cherry picked from commit 92eec217)

* 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 960f4fcf)

---------

Co-authored-by: default avatardakkar <dakkar@thenautilus.net>
parent 48a7679b
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment