-
Backport
-
Resolution: Delivered
-
P4
-
17.0.5-oracle
Two system properties have been added which control the keep alive behavior of HttpURLConnection in the case where the server does not specify a keep alive time. Two properties are defined for controlling connections to servers and proxies separately. They are `http.keepAlive.time.server` and `http.keepAlive.time.proxy` respectively. More information about them can be found at: https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/doc-files/net-properties.html
- backport of
-
JDK-8289297 Release Note: Make HttpURLConnection Default Keep Alive Timeout Configurable
- Resolved