mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix wrong decompression logic
This commit is contained in:
parent
49199c69d4
commit
8cc35e2c13
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue