Brad Fitzpatrick f15ecfec13 Add explicit LICENSE file. 11 years ago
..
LICENSE f15ecfec13 Add explicit LICENSE file. 11 years ago
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 years ago
memcache_test.go 783b5db841 gofmt 12 years ago
selector.go 521adf1024 doc update 14 years ago