[jdk11u-dev] RFR: 8278067: Make HttpURLConnection default keep alive timeout configurable
Thomas Stuefe
stuefe at openjdk.org
Fri Jul 1 13:44:43 UTC 2022
On Fri, 1 Jul 2022 08:09:47 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I backport this for parity with 11.0.17-oracle.
>
> I had to resolve KeepAliveCache because the indentation differs.
This backport seems to miss the changes from src/java.base/share/classes/java/net/doc-files/net-properties.html in the original commit.
test/jdk/com/sun/jndi/ldap/LdapPoolTimeoutTest.java line 127:
> 125: assertNotNull(msg);
> 126: assertTrue(msg.contains("Network is unreachable")
> 127: || msg.contains("No route to host"));
Why is this here? This is not part of the original commit, or?
-------------
PR: https://git.openjdk.org/jdk11u-dev/pull/1193
More information about the jdk-updates-dev
mailing list