Integrated: 8371950: The jdk.httpclient.keepalive.timeout system networking property does not specify the behaviour for values <= 0
Daniel Fuchs
dfuchs at openjdk.org
Mon Feb 16 10:59:33 UTC 2026
On Thu, 5 Feb 2026 14:06:57 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
> This change adds a sentence to the the description of the three keepalive properties to describe the effect of setting a value <= 0:
>
>> If the provided value is negative, the default value is used. A value of 0 causes the timeout to fire immediately.
>
> I also took this opportunity to add a link from `module-info.java` to the `java.net.http` package description, and an `@see` link from the `java.net.http` package description to the `module-info`.
>
> This is a doc change only - there is no code or behaviour change. Since it only affects jdk specific properties and is just a clarification of pre-existing behavior I believe no CSR is required. Please comment if you believe writing a CSR would be better.
This pull request has now been integrated.
Changeset: 1a16c0db
Author: Daniel Fuchs <dfuchs at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/1a16c0dbaaf483cbb5efd8d948df42687ee655a0
Stats: 16 lines in 2 files changed: 8 ins; 0 del; 8 mod
8371950: The jdk.httpclient.keepalive.timeout system networking property does not specify the behaviour for values <= 0
Reviewed-by: jpai, michaelm, vyazici
-------------
PR: https://git.openjdk.org/jdk/pull/29587
More information about the net-dev
mailing list