Skip to content

Commit

Permalink
remove redundant call to set io.netty.noJdkZlibDecoder to false
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Fingerman <[email protected]>
  • Loading branch information
tomfi authored and vietj committed May 5, 2021
1 parent 5a8397f commit e8c94d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ test-tmp
*.class
*.swp
.vertx
.java-version
3 changes: 0 additions & 3 deletions src/main/java/io/vertx/core/impl/VertxImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ public class VertxImpl implements VertxInternal, MetricsProvider {
System.getProperty("io.netty.leakDetectionLevel") == null) {
ResourceLeakDetector.setLevel(ResourceLeakDetector.Level.DISABLED);
}

// Use the JDK deflater/inflater by default
System.setProperty("io.netty.noJdkZlibDecoder", "false");
}

private final FileSystem fileSystem = getFileSystem();
Expand Down

0 comments on commit e8c94d7

Please sign in to comment.