Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only check version after parsing fetched ss and ts
We check the length and hashes of the fetched bytes before parsing them, therefore once the data are parsed into a FileMeta we only need to check against the expected version. The length and hashes checks are no longer required at this point, as they have already been done. Signed-off-by: Joshua Lock <[email protected]>
- Loading branch information