mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 06:07:24 +08:00
fix wrong decompression logic
This commit is contained in:
@@ -97,7 +97,7 @@ public class SeaweedRead {
|
||||
}
|
||||
|
||||
if (chunkView.isCompressed) {
|
||||
data = Gzip.decompress(data);
|
||||
// data = Gzip.decompress(data);
|
||||
}
|
||||
|
||||
if (chunkView.cipherKey != null && chunkView.cipherKey.length != 0) {
|
||||
|
Reference in New Issue
Block a user