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

Accept empty header set in range headers validation #4189

Merged
merged 8 commits into from
Jul 28, 2022

Commits on Jul 28, 2022

  1. Accept empty header set in range headers validation

    If a response to the get header P2P request only returns the header that
    is the start of the range we may need to trim it to an empty response,
    this is breaking the validation response. One client has started
    returning only the range header start in some circumstances (which is a
    valid response per spec). Because we sometimes request an overlapping
    header this results in an empty stream once we cut the duplicates.
    
    Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
    shemnon committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    b67d557 View commit details
    Browse the repository at this point in the history
  2. spotless

    Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
    shemnon committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    68865d7 View commit details
    Browse the repository at this point in the history
  3. changelog

    Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
    shemnon committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    dff648b View commit details
    Browse the repository at this point in the history
  4. optional changes

    Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
    shemnon committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    0cb74d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f273e5d View commit details
    Browse the repository at this point in the history
  6. changelog

    Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
    shemnon committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f702945 View commit details
    Browse the repository at this point in the history
  7. spotless

    Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
    shemnon committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    507839b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a85782 View commit details
    Browse the repository at this point in the history