-
Sub-task
-
Resolution: Delivered
-
P4
-
8u361, 11.0.17-oracle, 17.0.5-oracle, 19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8290122 | 17.0.5-oracle | Michael McMahon | P4 | Resolved | Delivered | |
JDK-8290123 | 11.0.17-oracle | Michael McMahon | P4 | Resolved | Delivered | |
JDK-8293952 | 8u361 | Michael McMahon | P4 | Resolved | Delivered |
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 in [Networking Properties](https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/net/doc-files/net-properties.html).
- backported by
-
JDK-8290122 Release Note: Make HttpURLConnection Default Keep Alive Timeout Configurable
- Resolved
-
JDK-8290123 Release Note: Make HttpURLConnection Default Keep Alive Timeout Configurable
- Resolved
-
JDK-8293952 Release Note: Make HttpURLConnection Default Keep Alive Timeout Configurable
- Resolved