RFR: 8350279: HttpClient: Add a new HttpResponse method to identify connections [v8]

Volkan Yazici vyazici at openjdk.org
Mon Apr 7 08:06:18 UTC 2025


> Adds `HttpResponse::connectionLabel` method that provides an identifier for the connection.
> 
> **Implementation note:** The feature is facilitated by `HttpConnection::label`, which should not be confused with `HttpConnection::id`. This distinction is explained in the JavaDoc of both properties.

Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision:

  Rethrow exceptions caught in the handler

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/24154/files
  - new: https://git.openjdk.org/jdk/pull/24154/files/cc70d926..4db85c31

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24154&range=07
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24154&range=06-07

  Stats: 6 lines in 1 file changed: 0 ins; 3 del; 3 mod
  Patch: https://git.openjdk.org/jdk/pull/24154.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24154/head:pull/24154

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


More information about the net-dev mailing list