bronze1man 783b5db841 gofmt hace 12 años
..
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. hace 12 años
memcache_test.go 783b5db841 gofmt hace 12 años
selector.go 521adf1024 doc update hace 14 años