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

Xuelei Fan xuelei.fan at oracle.com
Tue Apr 16 23:57:04 UTC 2019


On 4/16/2019 4:51 PM, Jamil Nimeh wrote:
> Hi Xuelei,
> 
> Besides the double semicolons on 983 and 1149, I think it looks fine.
> 
I will update accordingly.  Thanks for the quick review!

Xuelei

> --Jamil
> 
> On 4/16/2019 4:37 PM, Xuelei Fan wrote:
>> 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