mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #125] [MERGED] Fix setting compressioninfo on Zip streams #857
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/125
Author: @kenkendk
Created: 2/4/2016
Status: ✅ Merged
Merged: 2/4/2016
Merged by: @adamhathcock
Base:
master← Head:set_compression_info_on_stream📝 Commits (3)
a4b5941Added code to forward the compression info to the stream, such that it is possible to override the compression level and method on a per-stream basis.ed7f140Whitespace fixa05b692More whitespace fix📊 Changes
1 file changed (+7 additions, -5 deletions)
View changed files
📝
SharpCompress/Writer/Zip/ZipWriter.cs(+7 -5)📄 Description
This is a fix to:
https://github.com/adamhathcock/sharpcompress/issues/120
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.