Skip to content
Commit e08f9807 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 0487b541
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