On Tue, 13 Jun 2023 09:27:39 GMT, Jaikiran Pai <[email protected]> wrote:
> Can I please get a review of this change which addresses > https://bugs.openjdk.org/browse/JDK-8309910? > > As noted in that issue, this introduces a new method on the internal class > `jdk.internal.net.http.HttpConnection` to return the SNI names that were used > (if any) during a connection establishment. > > Given the nature of the change, no new tests have been introduced. Existing > tests in `test/jdk/java/net/httpclient` continue to pass with this change. > tier testing in CI is currently in progress. This pull request has now been integrated. Changeset: ba837b4b Author: Jaikiran Pai <[email protected]> URL: https://git.openjdk.org/jdk/commit/ba837b4bfa2dea85653d8a8fccd0817a569b4378 Stats: 56 lines in 3 files changed: 29 ins; 17 del; 10 mod 8309910: Introduce jdk.internal.net.http.HttpConnection.getSNIServerNames() method Reviewed-by: dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/14443
