RFR: 8348108: Race condition in AggregatePublisher.AggregateSubscription [v4]
Daniel Fuchs
dfuchs at openjdk.org
Wed Jan 22 15:37:05 UTC 2025
On Wed, 22 Jan 2025 15:18:45 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:
>> Daniel Fuchs has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:
>>
>> - Merge branch 'master' into AggregatePublisher-8348108
>> - Fields could be final in test class
>> - Review feedback
>> - Merge branch 'master' into AggregatePublisher-8348108
>> - 8348108: Race condition in AggregatePublisher.AggregateSubscription
>
> src/java.net.http/share/classes/jdk/internal/net/http/RequestPublishers.java line 575:
>
>> 573: subscription.cancel();
>> 574: }
>> 575: // This nethod is called when cancel is true, so
>
> Typo - should have been "method".
Fixed
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/23204#discussion_r1925530051
More information about the net-dev
mailing list