distribution/client
Anton Tiurin 5a804ac05b [Client] Fix possible goroutine leak.
Running goroutines with pullLayer are blocked to send error of a
pull operation. If we abort pulling without notify them about
cancelation they will get stucked forever. To avoid this possible
leak cancelCh was introduced. In case of abort we close that channel
to notify other goroutines about cancelation.
2014-11-21 03:15:34 +03:00
..
client.go Uses new digest package instead of string digests 2014-11-19 18:54:11 -08:00
client_test.go Uses new digest package instead of string digests 2014-11-19 18:54:11 -08:00
objectstore.go Uses new digest package instead of string digests 2014-11-19 18:54:11 -08:00
pull.go [Client] Fix possible goroutine leak. 2014-11-21 03:15:34 +03:00
push.go Updates client to newer routes and changes "layer" to "blob" 2014-11-19 18:37:24 -08:00