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

fix: properly stream uploadData in protocol.handle() #41358

Commits on Feb 16, 2024

  1. refactor(protocol): extract file stream factory

    Increase readability by moving the file stream creation logic out of the
    `uploadData` to request body conversion function.
    
    Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com>
    trop[bot] and BurningEnlightenment committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    62a6e4b View commit details
    Browse the repository at this point in the history
  2. fix: properly flatten streams in protocol.handle()

    Refs: #39658
    
    Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com>
    trop[bot] and BurningEnlightenment committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    77f7884 View commit details
    Browse the repository at this point in the history
  3. fix: protocol.handle() filter null origin header

    Refs: #40754
    
    Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com>
    trop[bot] and BurningEnlightenment committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e056850 View commit details
    Browse the repository at this point in the history
  4. fix: remove obsolete TODO comment

    Refs: #38929
    
    Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com>
    trop[bot] and BurningEnlightenment committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2d19db9 View commit details
    Browse the repository at this point in the history
  5. fix: forward Blob parts in protocol.handle()

    Refs: #40826
    
    Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com>
    trop[bot] and BurningEnlightenment committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    54a1bbf View commit details
    Browse the repository at this point in the history
  6. fix: explicitly error out on unknown chunk parts

    Co-authored-by: Henrik S. Gaßmann <BurningEnlightenment@users.noreply.github.com>
    trop[bot] and BurningEnlightenment committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c17d96e View commit details
    Browse the repository at this point in the history