forked from rust-lang/flate2-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure EOF is returned when gz finishes
Previously we'd return an I/O error after the first EOF was returned as we'd try to verify the checksum again, and this commit now sets a flag to indicate that the checksum has already been verified so we can always return EOF after the first one is seen. Closes rust-lang#25
- Loading branch information
1 parent
8e36637
commit 75b0f9d
Showing
1 changed file
with
20 additions
and
1 deletion.
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