Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Chunk loading handling to avoid HTTP 416 (Range Not Satisfiable) Error #832

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 18, 2020

  1. Merge pull request #1 from mholt/master

    pull offical repo master
    t83714 committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    5c2f56c View commit details
    Browse the repository at this point in the history
  2. avoid http 416 (Range Not Satisfiable Error): when request last chunk…

    …, request a range that is beyond the available content length
    t83714 committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    658898f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cfa35f View commit details
    Browse the repository at this point in the history