RFR: 8294916: Cancelling a request must eventually cause its response body subscriber to be unregistered [v6]

Daniel Fuchs dfuchs at openjdk.org
Tue Oct 18 13:35:17 UTC 2022


On Tue, 18 Oct 2022 08:34:27 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

>> Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Update copyright years
>
> test/jdk/java/net/httpclient/CancelRequestTest.java line 384:
> 
>> 382:             var error = TRACKER.check(1,
>> 383:                     (t) -> t.getOutstandingOperations() > 0 || t.getOutstandingSubscribers() > 0,
>> 384:                     "subscribers for testInputStream(%s)\n\t step [%s]".formatted(req.uri(), i),
> 
> Hello Daniel,
> Is this a copy/paste error - the reference to `testInputStream` method name? Same with other places that have changed in this file.

Gah! Yes - thanks for noticing.

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

PR: https://git.openjdk.org/jdk/pull/10659


More information about the net-dev mailing list