-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tar files have padding. Verify the end of the file is null and only error if there is non-null or we haven't matched content-length from origin. This behavior is an artifact of multi-readers if the final multireader is potentially all null bytes. New test mimics observed behavior.
- Loading branch information
1 parent
f56ac41
commit ab1ab9d
Showing
2 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters