RFR: 8278067: Make HttpURLConnection default keep alive timeout configurable [v6]

Daniel Fuchs dfuchs at openjdk.java.net
Tue Feb 15 15:48:05 UTC 2022


On Tue, 15 Feb 2022 15:30:07 GMT, Michael McMahon <michaelm at openjdk.org> wrote:

>> Hi,
>> 
>> Could I get the following patch reviewed please? (A CSR is also required which I will submit when the docs are agreed)
>> 
>> It adds a pair of new system properties to make the keep alive timer in java.net.HttpURLConnection configurable.
>> The proposed property names are:
>> 
>> "http.keepAlive.time.server" and "http.keepAlive.time.proxy"
>> 
>> Thanks,
>> Michael
>
> Michael McMahon has updated the pull request incrementally with one additional commit since the last revision:
> 
>   remove extraneous .swp file

Good catch! I'd missed that.

-------------

Marked as reviewed by dfuchs (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/7349


More information about the net-dev mailing list