You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Quinot 25fa5f3c2c Fix WEBrick range requests for local video playback
WEBrick's not_modified? treats a Range request's If-Range header like
If-None-Match, replying 304 with no body instead of 206 with the
requested bytes. Browsers rely on this to fetch a video's trailing
moov atom, so jekyll serve was breaking playback for videos recorded
with metadata at the end of the file. Dev-server-only; production is
unaffected since it isn't served by WEBrick.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 month ago
..
_includes Add video plugin 1 month ago
_plugins Fix WEBrick range requests for local video playback 1 month ago
_posts Add message illustrations from service manuals 1 month ago
assets Add message illustrations from service manuals 1 month ago
404.html Initial Jekyll setup 3 years ago
about.markdown Make home page URL a link 2 years ago
index.markdown Initial Jekyll setup 3 years ago