Re: RFR: 8260923: Add more tests for SSLSocket input/output shutdown

2021-04-09 Thread Sean Coffey
On Tue, 2 Mar 2021 10:31:03 GMT, Abdul Kolarkunnu wrote: >> There is a lack of tests in the area of java.net.Socket.shutdownInput() and >> java.net.Socket.shutdownOutput() , so added more tests in this area of with >> different TLS versions. Please review. > > @coffeys Thanks for increasing

Re: RFR: 8260923: Add more tests for SSLSocket input/output shutdown [v2]

2021-04-09 Thread Sean Coffey
On Fri, 9 Apr 2021 11:15:40 GMT, Abdul Kolarkunnu wrote: >> There is a lack of tests in the area of java.net.Socket.shutdownInput() and >> java.net.Socket.shutdownOutput() , so added more tests in this area of with >> different TLS versions. Please review. > > Abdul Kolarkunnu has updated the

Re: RFR: 8260923: Add more tests for SSLSocket input/output shutdown [v2]

2021-04-09 Thread Abdul Kolarkunnu
> There is a lack of tests in the area of java.net.Socket.shutdownInput() and > java.net.Socket.shutdownOutput() , so added more tests in this area of with > different TLS versions. Please review. Abdul Kolarkunnu has updated the pull request incrementally with one additional commit since the

Re: RFR: 8260923: Add more tests for SSLSocket input/output shutdown

2021-03-02 Thread Abdul Kolarkunnu
On Fri, 26 Feb 2021 11:12:08 GMT, Abdul Kolarkunnu wrote: > There is a lack of tests in the area of java.net.Socket.shutdownInput() and > java.net.Socket.shutdownOutput() , so added more tests in this area of with > different TLS versions. Please review. @coffeys - PR: https://