mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-12 11:16:52 +00:00
* Add idle connection timeouts for HTTP client's connections pool. Add timestamps and duration for both HTTP client requests/responses. Add test. * Add comments on `connectionFlag` decisions. * Address review comments. Adjust default idle connection timeout to 60 seconds. * Increase timeout for test. * Adjust timeout to lower value. * Address review comments.