On Tue, 18 Oct 2022 08:34:27 GMT, Jaikiran Pai <[email protected]> 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

Reply via email to