Skip to content

1.68.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 13 Jul 12:51
· 1602 commits to develop since this release
7bf8d23
Type Description Link
Improvement Idle connection keepalive time is no longer bounded by the socket timeout, allowing low-latency clients to reuse connections without penalty. #901
Improvement Updated socket timeout control to use the RequestConfig, allowing us to cover the entire handshake with the connect-timeout rather than only the socket.connect portion. #901
Fix Fix unexpected socket timeouts when configured as unlimited by using a 1-day socket timeout. #901, https://issues.apache.org/jira/browse/HTTPCLIENT-2099