Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add error handing to fetching a chunk from file uploads.
This is the same logic as what happens for non-file based uploaded, it if something happens to cause a failure to collect a subrange, then it will fail the upload instead of the current crash that has occasionally been seen. For both cases (Data or file based), if we can get better repos, there might be some better checks to do in the future.
- Loading branch information