On Wed, 2 Jul 2025 12:45:59 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
>> Can I please get a review of this change which updates the >> `jdk.internal.net.http.HttpConnection` to keep track of the origin server >> for which the `HttpConnection` was constructed? This addresses >> https://bugs.openjdk.org/browse/JDK-8361060. >> >> This is an internal implementation change which will allow other parts of >> the JDK's HttpClient implementation to use the origin server information. An >> example of such usage is the alternate services that are going to be >> supported in the JDK's HttpClient upcoming implementation for HTTP/3. >> >> No new tests have been introduced and existing tests in tier1, tier2 and >> tier3 continue to pass. > > Jaikiran Pai has updated the pull request incrementally with one additional > commit since the last revision: > > add a test for jdk.internal.net.http.Origin LGTM. Thanks for adding the test! ------------- Marked as reviewed by dfuchs (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/26041#pullrequestreview-2982440126