moby--moby/graph
Aaron Lehmann 50c355777e Remove io.Pipe used for download progress
The original purpose of this was to cancel downloads if pullV2Tag
returns an error, preventing an associated crash (see #15353). The
broadcaster now accomplishes the same thing that the pipe does, making
the pipe redundant. When pullV2Tag returns, all broadcasters are closed,
which means all further writes to those broadcasters will return errors.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-09-11 10:54:40 -07:00
..
tags
export.go
graph.go
graph_test.go
history.go
import.go
list.go
load.go
load_unsupported.go
mutex.go
pools_test.go
pull.go
pull_v1.go
pull_v2.go Remove io.Pipe used for download progress 2015-09-11 10:54:40 -07:00
push.go
push_v1.go
push_v2.go
registry.go
service.go
tags.go
tags_unit_test.go