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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Empty last chunk case in resumable upload that is not a stream #1802

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

john0312
Copy link

For an upload that inherits the MediaUpload class and is not a stream,
if the size of the upload is exact multiples of the chunksize, the last
chunk would be empty and the generated Content-Range header will result
in "Bad Request". Details: "Failed to parse Content-Range header."

Fixes #1801 馃

For an upload that inherits the MediaUpload class and is not a stream,
if the size of the upload is exact multiples of the chunksize, the last
chunk would be empty and the generated Content-Range header will result
in "Bad Request". Details: "Failed to parse Content-Range header."
@john0312 john0312 requested a review from a team as a code owner May 16, 2022 13:51
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label May 16, 2022
@parthea parthea self-assigned this May 17, 2022
@Blessed4eva
Copy link

For an upload that inherits the MediaUpload class and is not a stream,

if the size of the upload is exact multiples of the chunksize, the last

chunk would be empty and the generated Content-Range header will result

in "Bad Request". Details: "Failed to parse Content-Range header."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MediaUpload with has_stream() = False and an empty last chunk results in HTTP Error 400
3 participants