Skip to content

Commit 4341fe2

Browse files
committed
Revert "Use partial flushes with miniz_oxide backend"
This reverts commit 58afe33.
1 parent ac412e9 commit 4341fe2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ffi/rust.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,7 @@ impl From<FlushCompress> for MZFlush {
136136
fn from(value: FlushCompress) -> Self {
137137
match value {
138138
FlushCompress::None => Self::None,
139-
FlushCompress::Partial => Self::Partial,
140-
FlushCompress::Sync => Self::Sync,
139+
FlushCompress::Partial | FlushCompress::Sync => Self::Sync,
141140
FlushCompress::Full => Self::Full,
142141
FlushCompress::Finish => Self::Finish,
143142
}

0 commit comments

Comments
 (0)