[PR #161] [MERGED] Test with ForwardOnlyStream. RewindableStream shouldn't corrupt a Fo… #872

Closed
opened 2026-01-29 22:17:57 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/161
Author: @adamhathcock
Created: 8/12/2016
Status: Merged
Merged: 8/12/2016
Merged by: @adamhathcock

Base: masterHead: fix_forward_only


📝 Commits (1)

  • 520b1cd Test with ForwardOnlyStream. RewindableStream shouldn't corrupt a ForwardOnlyStream

📊 Changes

4 files changed (+71 additions, -7 deletions)

View changed files

📝 src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs (+5 -2)
📝 src/SharpCompress/IO/RewindableStream.cs (+1 -4)
test/SharpCompress.Test/ForwardOnlyStream.cs (+64 -0)
📝 test/SharpCompress.Test/ReaderTests.cs (+1 -1)

📄 Description

…rwardOnlyStream

Fixes https://github.com/adamhathcock/sharpcompress/issues/160


🔄 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/161 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 8/12/2016 **Status:** ✅ Merged **Merged:** 8/12/2016 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `fix_forward_only` --- ### 📝 Commits (1) - [`520b1cd`](https://github.com/adamhathcock/sharpcompress/commit/520b1cde2113d648ff3d7bc3f850c9527554adee) Test with ForwardOnlyStream. RewindableStream shouldn't corrupt a ForwardOnlyStream ### 📊 Changes **4 files changed** (+71 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs` (+5 -2) 📝 `src/SharpCompress/IO/RewindableStream.cs` (+1 -4) ➕ `test/SharpCompress.Test/ForwardOnlyStream.cs` (+64 -0) 📝 `test/SharpCompress.Test/ReaderTests.cs` (+1 -1) </details> ### 📄 Description …rwardOnlyStream Fixes https://github.com/adamhathcock/sharpcompress/issues/160 --- <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:17:57 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#872