RFR: 8349910: Implement JEP 517: HTTP/3 for the HTTP Client API [v9]
Daniel Jeliński
djelinski at openjdk.org
Tue Aug 19 10:31:01 UTC 2025
On Mon, 30 Jun 2025 09:45:12 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> src/java.net.http/share/classes/jdk/internal/net/http/Exchange.java line 124:
>>
>>> 122: // exchange so that it can be aborted/timed out mid setup.
>>> 123: final class ConnectionAborter {
>>> 124: // In case of HTTP/3 direct connection we may have
>>
>> "direct" is usually used to refer to connections that don't use a proxy; since H3 connections never use a proxy, can we drop the "direct" here?
>
> Good point. I will rephrase. We should be speaking of HTTP/3 requests (and not connection) here anyway.
done in ee6a0c4ff95d0fd9924f58d163b7653b7b314bc9
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24751#discussion_r2284825038
More information about the core-libs-dev
mailing list