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

Allow empty files to be uploaded. #25

Merged
merged 2 commits into from
Aug 7, 2017
Merged

Allow empty files to be uploaded. #25

merged 2 commits into from
Aug 7, 2017

Commits on Aug 7, 2017

  1. Allow empty files to be uploaded.

    Luke Sneeringer committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    acb1468 View commit details
    Browse the repository at this point in the history
  2. Explicitly supporting total_bytes == 0 in get_next_chunk().

    In the process, also dropping `end_byte` as part of the
    returned values in `get_next_chunk()`. This is because the
    function only has one caller and that caller does not use
    the `end_byte`.
    dhermes committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    2341e6d View commit details
    Browse the repository at this point in the history