Link upstream WEBrick PRs in range-fix comment
ci/woodpecker/push/woodpecker Pipeline was successful Details

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
main
Thomas Quinot 1 month ago
parent 25fa5f3c2c
commit 6039e04724

@ -5,6 +5,10 @@
# metadata, so this breaks video playback under `jekyll serve`.
# See https://github.com/ruby/webrick/blob/master/lib/webrick/httpservlet/filehandler.rb
#
# Upstream bug, not yet fixed as of writing:
# https://github.com/ruby/webrick/pull/173 (fix if-range returning 304 instead of 206/200)
# https://github.com/ruby/webrick/pull/169 (do not cache range requests)
# Drop this plugin once one of those lands in a released webrick version.
require 'webrick'
module WebrickRangeFix

Loading…
Cancel
Save