issues
search
mailgun
/
groupcache
Clone of golang/groupcache with TTL and Item Removal support
Apache License 2.0
495
stars
73
forks
source link
Release Candidate 2.0.0-rc.4
#8
Closed
thrawn01
closed
5 years ago
thrawn01
commented
5 years ago
Removed
Reverted change to associate
Transport
to
httpGetter
, Which caused a data race. Also discovered
DefaultTransport
has per address connection pooling only when the request was a success, which is sufficient for most use cases.
Removed
Transport
tohttpGetter
, Which caused a data race. Also discoveredDefaultTransport
has per address connection pooling only when the request was a success, which is sufficient for most use cases.