netty5/handler/src
Norman Maurer d794365411 Fix SSL tests that use SslProvider.OPENSSL_REFCNT (#9649)
Motivation:

031c2e2e88 introduced some change to reduce the risk of have the `ReferenceCountedOpenSslContext` be destroyed while the `ReferenceCountedSslEngine` is still in us. Unfortunaly it missed to adjust a few tests which make assumptions about the refCnt of the context.

Modifications:

Adjust tests to take new semenatics into acount.

Result:

No more tests failures
2019-10-10 08:59:33 +02:00
..
main Fix typos in javadocs (#9527) 2019-10-09 15:25:41 +02:00
test Fix SSL tests that use SslProvider.OPENSSL_REFCNT (#9649) 2019-10-10 08:59:33 +02:00