On Mon, 30 Jun 2025 09:45:12 GMT, Daniel Fuchs <dfu...@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