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

Android range requests #5956

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 26, 2022

  1. Use unique instances for request headers

    If multiple requests share the same header map,
    concurrent requests may end up with each other's
    Content-Length value, confusing the browser in case
    of range requests.
    steinjak committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    8480271 View commit details
    Browse the repository at this point in the history
  2. Skip in range response according to req header

    Range requests can have a non-zero starting point,
    in which case the first part of the requested file
    should be omitted in the response.
    steinjak committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    1bb78ea View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    dacbe8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d2ae7c View commit details
    Browse the repository at this point in the history