getting rid ws

This commit is contained in:
David Goetz
2010-10-12 08:55:26 -07:00
parent e471146dc7
commit 802c0ccfac

View File

@@ -232,10 +232,8 @@ class Controller(object):
""" """
partition, nodes = self.app.container_ring.get_nodes( partition, nodes = self.app.container_ring.get_nodes(
account, container) account, container)
path = '/%s/%s' % (account, container) path = '/%s/%s' % (account, container)
cache_key = get_container_memcache_key(account, container) cache_key = get_container_memcache_key(account, container)
# Older memcache values (should be treated as if they aren't there): # Older memcache values (should be treated as if they aren't there):
# 0 = no responses, 200 = found, 404 = not found, -1 = mixed responses # 0 = no responses, 200 = found, 404 = not found, -1 = mixed responses
# Newer memcache values: # Newer memcache values: