netty5/handler
Roger Kapsi ea45f89724 Unit Test for SslHandler's handlerRemoved()
Motivation

SslHandler's handlerRemoved() is supposed to release the SSLEngine (which it does) but there is no Test for it to make sure it really happens and doesn't unexpectedly change in the future.

Modifications

Add a Unit Test that makes sure that SslHandler releases the SSLEngine when the Channel gets closed.

Result

Assurance that SslHandler will not leak (ReferenceCounted) SSLEngines.
2016-08-27 20:50:52 +02:00
..
src Unit Test for SslHandler's handlerRemoved() 2016-08-27 20:50:52 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-07-27 10:47:03 +02:00