RFR: 8376479: Http3 test server thread deadlock in ThrowingPublishersInRequest [v2]

Daniel Fuchs dfuchs at openjdk.org
Tue Jan 27 19:10:58 UTC 2026


On Tue, 27 Jan 2026 15:38:48 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:

>> Daniel Jeliński has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Do not reset stream when read is interrupted
>
> test/jdk/java/net/httpclient/lib/jdk/httpclient/test/lib/http3/Http3ServerStreamImpl.java line 347:
> 
>> 345:             if (closed) {
>> 346:                 throw new IOException("Stream is closed");
>> 347:             }
> 
> Same here - we should read off any remaining data first.

OK - you should resolve this thread now.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/29448#discussion_r2733439760


More information about the net-dev mailing list