Currently the system variable to chose which type of zlib decoder is being negated
This commit is contained in:
parent
761e9ba956
commit
71acd96361
@ -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…
Reference in New Issue
Block a user