1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/progressreader
Aaron Lehmann 947519bfb3 Broadcaster writer goroutines must only finish when they are caught up
Without this change, there was a narrow race condition that would allow
writers to finish when there was still data left to write. This is
likely to be what was causing some integration tests to fail with
truncated pull output.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-09-10 14:58:06 -07:00
..
broadcaster.go Broadcaster writer goroutines must only finish when they are caught up 2015-09-10 14:58:06 -07:00
progressreader.go Fix uses of "int" where "int64" should be used instead 2015-07-31 16:31:40 -07:00
progressreader_test.go Fix uses of "int" where "int64" should be used instead 2015-07-31 16:31:40 -07:00