You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pools accept a max_requests option (default infinity), passed
through to shackle 0.8.0's client option of the same name: the
connection is closed and reopened after that many requests, capping
how long a keepalive connection is reused.
The eunit HTTP fixture counts accepted connections so the test can
assert that a pool_size 1 / max_requests 2 pool recycles instead of
holding one connection.
Closes#4
0 commit comments