Re: RFR: 8253635: Implement toString() for SSLEngineImpl [v2]

2021-01-12 Thread Bradford Wetmore
On Tue, 12 Jan 2021 17:19:17 GMT, Xue-Lei Andrew Fan wrote: >> The SSLSocketImpl and SSLEngineImpl implementation does not override the >> toString() method. The old code did. BTW, I also made a few code clean up >> in the SSLSocketImpl.java. >> >> Code clean up, trivial update, no new

Re: RFR: 8253635: Implement toString() for SSLEngineImpl [v2]

2021-01-12 Thread Xue-Lei Andrew Fan
> The SSLSocketImpl and SSLEngineImpl implementation does not override the > toString() method. The old code did. BTW, I also made a few code clean up > in the SSLSocketImpl.java. > > Code clean up, trivial update, no new regression test. Xue-Lei Andrew Fan has updated the pull request with