RFR: 8376479: Http3 test server thread deadlock in ThrowingPublishersInRequest [v3]
Daniel Jeliński
djelinski at openjdk.org
Thu Jan 29 14:56:37 UTC 2026
On Wed, 28 Jan 2026 11:05:44 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Changed; the InterruptedIOException does not set `error` anymore, so if the caller of `read()` chooses to clear the interrupted status, it's possible to keep reading from the stream after the exception.
>
> Maybe we should set `close = true` when we catch InterruptedException.
Changed; now resetting the stream and closing it are practically equivalent, They only differ in the exception thrown from `read`.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/29448#discussion_r2742062638
More information about the net-dev
mailing list