On Fri, 21 Mar 2025 16:46:56 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
> When adding authClient.close() noAuthClient.close() to > UnauthorizedTest::teardown, the test fails in jtreg timeout. > Usage of the ReferenceTracker reveals that some streams have been left > dangling, and this can be tracked to the MultiExchange not cancelling the > stream when responseFilters throws. This pull request has now been integrated. Changeset: eef6aefc Author: Daniel Fuchs <dfu...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/eef6aefc21dd85725bc5b2d770997b19eb95a25a Stats: 62 lines in 2 files changed: 19 ins; 6 del; 37 mod 8352623: MultiExchange should cancel exchange impl if responseFilters throws Reviewed-by: djelinski ------------- PR: https://git.openjdk.org/jdk/pull/24164