> 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 four additional 
commits since the last revision:

 - SNI server names can now be derived from the Origin instance
 - strip the square brackets from URI's host when constructing an Origin
 - support only lower case http and https literals for scheme in Origin
 - add new line

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/26041/files
  - new: https://git.openjdk.org/jdk/pull/26041/files/7b34255e..c8825e0c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=26041&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=26041&range=00-01

  Stats: 127 lines in 5 files changed: 50 ins; 64 del; 13 mod
  Patch: https://git.openjdk.org/jdk/pull/26041.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/26041/head:pull/26041

PR: https://git.openjdk.org/jdk/pull/26041

Reply via email to