[PR #616] [MERGED] Fix for chunked read for ZLibBaseStream #1128

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/616
Author: @amosonn
Created: 9/14/2021
Status: Merged
Merged: 9/27/2021
Merged by: @adamhathcock

Base: masterHead: patch-1


📝 Commits (3)

📊 Changes

2 files changed (+60 additions, -8 deletions)

View changed files

📝 src/SharpCompress/Compressors/Deflate/ZlibBaseStream.cs (+25 -8)
tests/SharpCompress.Test/Streams/ZlibBaseStreamTests.cs (+35 -0)

📄 Description

See #615


🔄 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/616 **Author:** [@amosonn](https://github.com/amosonn) **Created:** 9/14/2021 **Status:** ✅ Merged **Merged:** 9/27/2021 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`134fa88`](https://github.com/adamhathcock/sharpcompress/commit/134fa8892fe6663d10906deca095e8f619135c88) Test for bug #615 - [`8398d40`](https://github.com/adamhathcock/sharpcompress/commit/8398d40106a16886a30b27e4a296eb503f069691) Fix #615 - [`e2095fc`](https://github.com/adamhathcock/sharpcompress/commit/e2095fc41636f30bfc5ad9ca5fa8ad1c872b172c) Merge branch 'master' into patch-1 ### 📊 Changes **2 files changed** (+60 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Compressors/Deflate/ZlibBaseStream.cs` (+25 -8) ➕ `tests/SharpCompress.Test/Streams/ZlibBaseStreamTests.cs` (+35 -0) </details> ### 📄 Description See #615 --- <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:19:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1128