On Tue, 27 Jan 2026 17:10:57 GMT, Daniel Jeliński <[email protected]> wrote:
>> test/jdk/java/net/httpclient/lib/jdk/httpclient/test/lib/http3/Http3ServerStreamImpl.java
>> line 371:
>>
>>> 369: public void close() throws IOException {
>>> 370: if (closed) return;
>>> 371: closed = true;
>>
>> these lines should be protected by the lock.
>
> I don't think it's needed. The worst thing that could happen is that we will
> log twice.
and add EOF twice
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29448#discussion_r2733443550