[PR #199] [MERGED] Gzip entry can't be read multiple times #892

Open
opened 2026-01-29 22:18:05 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/199
Author: @adamhathcock
Created: 11/21/2016
Status: Merged
Merged: 11/25/2016
Merged by: @adamhathcock

Base: masterHead: Issue-198


📝 Commits (3)

📊 Changes

3 files changed (+51 additions, -0 deletions)

View changed files

📝 src/SharpCompress/Archives/GZip/GZipArchiveEntry.cs (+6 -0)
📝 src/SharpCompress/Common/GZip/GZipFilePart.cs (+3 -0)
📝 test/SharpCompress.Test/GZip/GZipArchiveTests.cs (+42 -0)

📄 Description

https://github.com/adamhathcock/sharpcompress/issues/198

Feels like another hack to reset the position :/


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/199 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 11/21/2016 **Status:** ✅ Merged **Merged:** 11/25/2016 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `Issue-198` --- ### 📝 Commits (3) - [`5fe1363`](https://github.com/adamhathcock/sharpcompress/commit/5fe1363ee13bff48dbb02c29009b6643e49ae3e8) Gzip entry can't be read multiple times https://github.com/adamhathcock/sharpcompress/issues/198 - [`7c8e407`](https://github.com/adamhathcock/sharpcompress/commit/7c8e4071821ae1232cdbf57e02b3b7cfd2f69c7c) Merge branch 'master' into Issue-198 - [`f175a2a`](https://github.com/adamhathcock/sharpcompress/commit/f175a2a252fe1157287f91a7c85986aca2a5e3a0) Merge branch 'master' into Issue-198 ### 📊 Changes **3 files changed** (+51 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/GZip/GZipArchiveEntry.cs` (+6 -0) 📝 `src/SharpCompress/Common/GZip/GZipFilePart.cs` (+3 -0) 📝 `test/SharpCompress.Test/GZip/GZipArchiveTests.cs` (+42 -0) </details> ### 📄 Description https://github.com/adamhathcock/sharpcompress/issues/198 Feels like another hack to reset the position :/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:18:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#892