netty5/handler
Xiaoyan Lin 9b62af67f9 Close FileInputStream after consuming it in SelfSignedCertificate
Motivation:

FileInputStream opened by SelfSignedCertificate wasn't closed.

Modifications:

Use a try-finally to close the opened FileInputStream.

Result:

FileInputStream will be closed properly.
2015-12-24 07:51:37 +01:00
..
src Close FileInputStream after consuming it in SelfSignedCertificate 2015-12-24 07:51:37 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00