netty5/handler/src
Xiaoyan Lin 507feb5602 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:09 +01:00
..
main/java/io/netty/handler Close FileInputStream after consuming it in SelfSignedCertificate 2015-12-24 07:51:09 +01:00
test Update JDK SSL Tests to use SSL Context Builder. 2015-12-04 11:08:57 -08:00