Sha256: 628fdd475c35bec0422b4a9ac9d5d5e83f2ed194e9b7ff1d72d1f1b12002e39d
Contents?: true
Size: 821 Bytes
Versions: 2
Compression:
Stored size: 821 Bytes
Contents
PersistentHttp Changelog ======================== 1.0.6 - Fix pool_size and shutdown methods and make tests pass again (Matt Campbell - soupmatt) 1.0.5 - Don't require 'net/https' in code. JRuby 1.6.8 can have issues when 2 threads attempt to require it at the same time. 1.0.4 - Added option :pool_timeout which will raise a Timeout::Error if unable to checkout a connection within this time. 1.0.3 - Allow option idle_timeout which will renew connection that haven't been used in this amount of time. - Implement shutdown which will close connections as they are checked in. 1.0.2 - Allow options to request to allow changing of read_timeout and possibly other params. - Add ECONNREFUSED as a retriable exception. 1.0.1 - Bug fixes. - Forgot gene_pool dependency 1.0.0 - Initial release
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
persistent_http-2.0.0 | History.md |
persistent_http-1.0.6 | History.md |