net-http-persistent icon indicating copy to clipboard operation
net-http-persistent copied to clipboard

Thread-safe persistent connections with Net::HTTP

Results 25 net-http-persistent issues
Sort by recently updated
recently updated
newest added

Should `net-http-persistent` not share connections for instances with different certificates? I got burned by this using Mechanize. I know a solution is to name each instance, which works. But is...

Bug

## Description I've encountered a critical bug in the `net-http-persistent` - it is not resilient to thread interruptions. This issue can result in the response of one request being returned...

Hi! 👋 I'd like to propose adding a configurable `pool_timeout` option to this gem. Currently, the timeout for waiting on a connection is 0.5 seconds, as defined by the `pop`...

It looks like a small bug fix that [bubbles up](https://github.com/drbrain/net-http-persistent/commit/3bbb99868e10732828bc2077631462b253582237) errors was merged, but not published. Would be great to get this published! Current version is 4.0.6: https://github.com/drbrain/net-http-persistent/commit/6665d2669d96c6d47240f4fbb1656f0b17794837 RubyGems only...

On 2025-01-07 the [`QUERY` HTTP method, "a safe, idempotent request method that can carry request content." has reached ~the level of a Proposed Standard~ consensus and is on track to...