mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #253] [MERGED] Fix Skipping when compressed size is unknown (fallback to decompressing) #931
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/253
Author: @adamhathcock
Created: 6/1/2017
Status: ✅ Merged
Merged: 6/1/2017
Merged by: @adamhathcock
Base:
master← Head:fix_skip📝 Commits (1)
7f0c445Fix Skipping when compressed size is unknown (fallback to decompressing)📊 Changes
2 files changed (+33 additions, -4 deletions)
View changed files
📝
src/SharpCompress/Readers/AbstractReader.cs(+7 -4)📝
tests/SharpCompress.Test/Zip/ZipReaderTests.cs(+26 -0)📄 Description
Fixes https://github.com/adamhathcock/sharpcompress/issues/162
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.