RFR: 8309910: Introduce jdk.internal.net.http.HttpConnection.getSNIServerNames() method
Daniel Fuchs
dfuchs at openjdk.org
Tue Jun 13 13:15:43 UTC 2023
On Tue, 13 Jun 2023 09:27:39 GMT, Jaikiran Pai <jpai at openjdk.org> 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.
Good cleanup!
-------------
Marked as reviewed by dfuchs (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14443#pullrequestreview-1477143394
More information about the net-dev
mailing list