Open
Description
Operating System
Arch - Linux 6.13.6-arch1-1-surface #1 SMP PREEMPT_DYNAMIC Sun, 09 Mar 2025 00:56:09 +0000 x86_64 GNU/Linux
Ruby Version
ruby 3.3.7 (2025-01-15 revision be31f993d7) [x86_64-linux]
Jekyll Version
jekyll 4.4.1
GitHub Pages Version
Latest
Expected Behavior
When using bundle exec jekyll serve
- a large file such as a video is requested, the browser should be able to request chunks of the file via the Range
header and the server should respond with the appropriate data.
Current Behavior
206 is returned as expected, however, subsequent requests with Range
return 304
and thus the video never loads on the browser, or only loads partially
Relevant log output
Code Sample
In this case the video is 24MB - any sufficiently large file should cause this behaviour
Metadata
Metadata
Assignees
Labels
No labels