Merge branch 'dev/1.1.0' into further-native-tweaks
# Conflicts: # native/compile-linux.sh
This commit is contained in:
@@ -27,8 +27,6 @@ public class LibdeflateVelocityCompressor implements VelocityCompressor {
|
||||
public void inflate(ByteBuf source, ByteBuf destination, int uncompressedSize)
|
||||
throws DataFormatException {
|
||||
ensureNotDisposed();
|
||||
source.memoryAddress();
|
||||
destination.memoryAddress();
|
||||
|
||||
// libdeflate recommends we work with a known uncompressed size - so we work strictly within
|
||||
// those parameters. If the uncompressed size doesn't match the compressed size, then we will
|
||||
|
Reference in New Issue
Block a user