On Thu, 2 Jul 2026 21:45:07 GMT, Benjamin Peterson <[email protected]> wrote:
> Make `MinimalFuture` cancelation atomic. This prevents HTTP request > cancelation logic from racily completing the future with an error. > > > > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). Hi Benjamin, could you explain the logic behind this fix? Racily completing the future is not ideal but not a big issue. Not cancelling the background tasks (MultiExchange) is a bigger issue. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31758#issuecomment-4874068689
