1.68.0
svc-autorelease
released this
13 Jul 12:51
·
1602 commits
to develop
since this release
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 |