[jdk11u-dev] RFR: 8286293: Tests ShortResponseBody and ShortResponseBodyWithRetry should use less resources [v2]
Goetz Lindenmaier
goetz at openjdk.java.net
Fri May 20 06:25:50 UTC 2022
On Thu, 19 May 2022 10:01:34 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
>> Goetz Lindenmaier has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove unused MSGS_ORDER
>
> test/jdk/java/net/httpclient/ShortResponseBody.java line 344:
>
>> 342: // Strictly ordered list, in order of possible occurrence.
>> 343: static final List<String> MSGS_ORDER =
>> 344: List.of("no bytes", "status line", "header");
>
> Original change removed this. Looks unused.
Thanks for spotting this, fixed.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/1095
More information about the jdk-updates-dev
mailing list