Currently the system variable to chose which type of zlib decoder is being negated
This commit is contained in:
parent
32deb2c22b
commit
6a4131c10f
@ -29,7 +29,7 @@ public final class ZlibCodecFactory {
|
|||||||
private static final boolean noJdkZlibDecoder;
|
private static final boolean noJdkZlibDecoder;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
noJdkZlibDecoder = !SystemPropertyUtil.getBoolean("io.netty.noJdkZlibDecoder", true);
|
noJdkZlibDecoder = SystemPropertyUtil.getBoolean("io.netty.noJdkZlibDecoder", true);
|
||||||
logger.debug("-Dio.netty.noJdkZlibDecoder: {}", noJdkZlibDecoder);
|
logger.debug("-Dio.netty.noJdkZlibDecoder: {}", noJdkZlibDecoder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user