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

Bug/6294 zero bytes files are chunked #6568

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

Commits on Mar 10, 2024

  1. Add test to demonstrate bug

    PUT-ing an empty file should not cause a chunked transfer.
    eivindt committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    dd139f5 View commit details
    Browse the repository at this point in the history
  2. Only used chunked transfer for files without known size

    Differentiate between data that are known to be 0 bytes
    and data where size is not known.
    
    Only data where size is not known should be transferred
    as "chunked" transfers.
    eivindt committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    94e23ab View commit details
    Browse the repository at this point in the history
  3. Fall back to chunked/streamed transfer for non regular files

    Handles original bug psf#2215
    eivindt committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    0acdf55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e57b722 View commit details
    Browse the repository at this point in the history