On Wed, 16 Jul 2025 11:19:42 GMT, Daniel Jeliński <djelin...@openjdk.org> wrote:
>> Daniel Fuchs has updated the pull request with a new target base due to a >> merge or a rebase. The pull request now contains 550 commits: >> >> - merge latest changes from master branch >> - http3: fix new HttpHeadersBuilder constructor >> - qpack - optimize processing of decoder instruction exceptions >> - http3/quic: update the code to use the newly introduced >> jdk.internal.net.http.Origin >> - Avoid speculating about the future in TODOs >> - http3: rename PacketSpaceManager::isAcknowledging to >> PacketSpaceManager::trackAcknowledgement >> - merge latest changes from master branch >> - http3: fix typo in UniStreamPair.java >> - WriterQueue may leak before the constructor completes >> - Limit the number of retries in H3UserInfoTest >> - ... and 540 more: https://git.openjdk.org/jdk/compare/7b255b8a...f0a4fd3d > > src/java.net.http/share/classes/jdk/internal/net/http/AltSvcProcessor.java > line 164: > >> 162: // serialized form of an origin (defined in section 6.2 of >> RFC-6454) >> 163: try { >> 164: origin = >> Origin.fromASCIISerializedForm(frame.getOrigin()); > > Do we check if the origin is authoritative before processing the alt service? > I don't see that here Addressed in 2d6d1da0249ce133608624fd83c8c6573d56506a ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24751#discussion_r2284763893