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

Support range-requests beyond EOF. Return up to EOF. #2997

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

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    ec9a19a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Clarify code, variable names.

    Ken Carroll committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9ca9dbe View commit details
    Browse the repository at this point in the history
  2. Test for range limit.

    Ken Carroll committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    215f688 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge branch 'main' into range-eof-merge

    * main: (75 commits)
      Make Storage Sendable (vapor#3056)
      Add Sendable Conformances to undelying types (vapor#3054)
      Resolve issue vapor#2650 (vapor#2674)
      Fix for vapor#2574 Missing quote from value (vapor#2839)
      Allow specifying a timeout for client requests (vapor#3043)
      Update dependencies with known CVEs to the latest versions (vapor#3038)
      Create CODEOWNERS
      Improve error reporting for `EncodingError` and `DecodingError` (vapor#2981)
      Fix incorrect use of non-localhost connection in test
      Update README with new Sponsor (vapor#3025)
      Add `ContentContainer.decode(_:as:)` (vapor#3023)
      Fixed drain handler call order in case of asynchronous buffer handling (vapor#3009)
      Update README with new Sponsor (vapor#3024)
      Update README with new Sponsor (vapor#3020)
      Don't use UnsafeRawBufferPointer.withMemoryRebound(to:_:) before Swift 5.7.2 (vapor#3021)
      Avoid deadlocking websocket tests (vapor#3019)
      Update README with new Sponsor (vapor#3014)
      Fix `Range: bytes=0-0` header not working properly (vapor#3010)
      Remove use of HTTPBin (vapor#3017)
      Improved error logging (vapor#3016)
      ...
    
    # Conflicts:
    #	Sources/Vapor/HTTP/Headers/HTTPHeaders+ContentRange.swift
    #	Sources/Vapor/Utilities/FileIO.swift
    Ken Carroll committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    70ff013 View commit details
    Browse the repository at this point in the history