[jdk11u-dev] Integrated: 8229822: ThrowingPushPromises tests sometimes fail due to EOF

Matthias Baesken mbaesken at openjdk.org
Tue Aug 6 07:08:34 UTC 2024


On Fri, 2 Aug 2024 09:36:46 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> 8229822: ThrowingPushPromises tests sometimes fail due to EOF

This pull request has now been integrated.

Changeset: 3acdebea
Author:    Matthias Baesken <mbaesken at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/3acdebea8539c12a7a6c6503976e8f74859d2264
Stats:     170 lines in 10 files changed: 141 ins; 1 del; 28 mod

8229822: ThrowingPushPromises tests sometimes fail due to EOF

SocketTube is fixed to cater for errors caused by pausing/resuming events on an asynchronously closed connection, from within the selector's manager thread. Http2Connection and Stream are fixed to prevent sending a DataFrame on a stream after Reset has been sent.

Backport-of: 77c46ea9112b0c2632b4af1d899d59a132878da3

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

PR: https://git.openjdk.org/jdk11u-dev/pull/2895


More information about the jdk-updates-dev mailing list