|
@ -97,7 +97,7 @@ public class SeaweedRead { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (chunkView.isCompressed) { |
|
|
if (chunkView.isCompressed) { |
|
|
data = Gzip.decompress(data); |
|
|
|
|
|
|
|
|
// data = Gzip.decompress(data); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
if (chunkView.cipherKey != null && chunkView.cipherKey.length != 0) { |
|
|
if (chunkView.cipherKey != null && chunkView.cipherKey.length != 0) { |
|
|