RFR [13] JDK-8216326: SSLSocket stream close() does not close the associated socket

Xuelei Fan xuelei.fan at oracle.com
Tue Apr 16 23:37:08 UTC 2019


Hi,

Could I get the following update reviewed?
    http://cr.openjdk.java.net/~xuelei/8216326/webrev.00/

Per the Socket specification, the close of the inputstream/outputstream 
should close the associated socket.  The SSLSocketImpl is a sub-class of 
Socket and does not follow the spec.  That's where the update come from.

Thanks,
Xuelei



More information about the security-dev mailing list