On Fri, 4 Feb 2022 13:11:02 GMT, Michael McMahon <micha...@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 This pull request has now been integrated. Changeset: d8f44aa3 Author: Michael McMahon <micha...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/d8f44aa39e921594505864e6270f42b745265293 Stats: 262 lines in 4 files changed: 249 ins; 1 del; 12 mod 8278067: Make HttpURLConnection default keep alive timeout configurable Reviewed-by: dfuchs ------------- PR: https://git.openjdk.java.net/jdk/pull/7349