Stephen J Day 80abf9fce0 Use done channel to avoid goroutine leak
This deals with a memory leak, caused by goroutines, experienced when using the
s3 driver. Unfortunately, this section of the code leaks goroutines like a
sieve. There is probably some refactoring that could be done to avoid this but
instead, we have a done channel that will cause waiting goroutines to exit.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-28 14:40:20 -07:00
..
2015-03-10 16:44:19 -07:00
2015-03-10 16:44:19 -07:00
2015-04-17 12:39:52 +00:00
2015-04-16 10:57:34 -07:00