> Fix the reuse of timed out idle HTTP Client connections when the eviction > gets delayed. > > The added test has certain assumptions to reproduce the problem. That said, > it consistently, almost always, fails if the associated fix is missing. Put > another way, the test can pass without the fix. > > --------- > - [X] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Volkan Yazici has updated the pull request incrementally with one additional commit since the last revision: Copy while accessing the `idleConnectionTimeoutEvent`, which is `volatile` ------------- Changes: - all: https://git.openjdk.org/jdk/pull/32545/files - new: https://git.openjdk.org/jdk/pull/32545/files/127790cd..a8162a4e Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=32545&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=32545&range=01-02 Stats: 3 lines in 1 file changed: 1 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/32545.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/32545/head:pull/32545 PR: https://git.openjdk.org/jdk/pull/32545
