netty5/handler/src/test
Norman Maurer c5b5d36360 Fix false-positive leak detection report when ReferenceCountedOpenSslEngine constructor throws.
Motivation:

We need to ensure we only create the ResourceLeak when the constructor not throws.

Modifications:

Ensure ResourceLeakDetector.track(...) is only called if the constructor of ReferenceCoundedOpenSslEngine not throws.

Result:

No more false-positves.
2017-07-29 22:01:56 +02:00
..
java/io/netty/handler Fix false-positive leak detection report when ReferenceCountedOpenSslEngine constructor throws. 2017-07-29 22:01:56 +02:00
resources/io/netty/handler/ssl OpenSslEngine should respect hostname verification 2017-02-17 13:21:29 -08:00