On Mon, 31 Aug 2026 13:14:27 GMT, Daniel Fuchs <[email protected]> wrote:
>> Volkan Yazici has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Copy while accessing the `idleConnectionTimeoutEvent`, which is `volatile` > > src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java > line 683: > >> 681: assert stateLock.isHeldByCurrentThread(); >> 682: return streams.isEmpty() && >> 683: numReservedServerStreams == 0 && > > I would ignore `numReservedServerStreams` here. Changed as requested in 7bc084a2047. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/32545#discussion_r3901513317
