RFR: 8350279: HttpClient: Add a new HttpResponse method to identify connections [v3]
Daniel Fuchs
dfuchs at openjdk.org
Tue Mar 25 15:31:15 UTC 2025
On Tue, 25 Mar 2025 14:53:09 GMT, Michael McMahon <michaelm at openjdk.org> wrote:
>> Volkan Yazici has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Add import for `java.net.http.HttpClient.Version` in `HttpResponseConnectionLabelTest`
>> - Fix indentation
>
> src/java.net.http/share/classes/java/net/http/HttpResponse.java line 108:
>
>> 106: * The format of the string is opaque, but the content should be unique
>> 107: * for the lifetime of the {@link HttpClient} instance.
>> 108: *
>
> How about changing the wording to something like:
>
> The format of the string is opaque, but the value will be fixed and unique for any connection, for the lifetime of its {@link HttpClient instance.
How about:
The format of the string is opaque, but the value is fixed and unique for any connection in the scope of the associated {@link HttpClient} instance.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24154#discussion_r2012370174
More information about the net-dev
mailing list