Brad Fitzpatrick 33c04b3472 use Skipf 12 年之前
..
LICENSE f15ecfec13 Add explicit LICENSE file. 12 年之前
memcache.go e7a12e6eb5 Fix connection leak. Use net.Addr.String() as freeconn map key. When the function SetServers is called the ServerList is replaced by a new set of net.Addr interfaces which no longer match those used as keys for the freeconn map. The underlying data structure is usually a TCPaddr or UnixAddr pointer. Go's equality operation on the map keys looks at the underlying pointer and thinks they are not the same so continues to create new connections assuming it does not have any free. 12 年之前
memcache_test.go 33c04b3472 use Skipf 12 年之前
selector.go 521adf1024 doc update 14 年之前