On Fri, 21 Mar 2025 13:45:24 GMT, Volkan Yazici <vyaz...@openjdk.org> wrote:
> 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. This pull request has now been integrated. Changeset: 5fc18f5b Author: Volkan Yazici <vyaz...@openjdk.org> Committer: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/5fc18f5b8aa1b5f4fb4313b8d11fd15330795959 Stats: 602 lines in 12 files changed: 567 ins; 2 del; 33 mod 8350279: HttpClient: Add a new HttpResponse method to identify connections Reviewed-by: dfuchs, jpai ------------- PR: https://git.openjdk.org/jdk/pull/24154