distribution/registry/storage/driver/s3
Stephen J Day 69e477f2d5 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
..
s3.go Use done channel to avoid goroutine leak 2015-04-28 14:40:20 -07:00
s3_test.go Add an empty root directory s3 driver specific test 2015-02-19 16:28:32 -08:00