RFR: 8309910: Introduce jdk.internal.net.http.HttpConnection.getSNIServerNames() method
Jaikiran Pai
jpai at openjdk.org
Wed Jun 14 01:41:01 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.
Thank you Daniel for the review.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14443#issuecomment-1590307844
More information about the net-dev
mailing list