Version 1.7.3
Released on 2019-08-18.
This release includes a fix for HttpClient
idle timeout that was introduced in Ratpack 1.7.0. Specifically, this timeout was incorrectly applying to in-use HTTP connections from the pool that were idle waiting for a server response. This fixes this behavior and clarifies that idleTimeout
applies only to connections that are not currently acquired from the pool. This upgrade is recommended for everyone using 1.7.x.
Links
Pull Requests (1)
- [1470] - fix http client idle timeout to apply only to idleness in the pool (johnrengelman)