[jdk11u-dev] RFR: 8263364: sun/net/www/http/KeepAliveStream/KeepAliveStreamCloseWithWrongContentLength.java wedged in getInputStream
Martin Doerr
mdoerr at openjdk.java.net
Mon Oct 18 10:39:59 UTC 2021
On Mon, 18 Oct 2021 08:25:41 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I backport this for parity with 11.0.15-oracle.
>
> I did the following changes to the patch:
> * I also include the changes from "8222938 Replace wildcard address with loopback or local host in tests - part 21".
> As this is a cleanup it is pointless to undo all the changes in the patch.
> * I removed "...".formatted() calls. That is not supported in 11.
This makes the test almost the same as the upstream version (except the `formatted` usages which are not supported in 11u). Nice!
-------------
Marked as reviewed by mdoerr (Reviewer).
PR: https://git.openjdk.java.net/jdk11u-dev/pull/530
More information about the jdk-updates-dev
mailing list