Skip to content
Commit 313b881d authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Do not check all chunks of a chunked upload if we do not need to

Fixes #22601

Before we did a full test on all chunks to verify if a chunked upload
was completed. This is unneeded since if we are missing one chunk we can
already fail.

Also we look from back to front since it is much more likely that we
find a missing chunk thus can error out early.
parent d4d4b8d5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment