1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/container
Daniel Dao bfa80edf4b only close LogDriver after LogCopier is done
this prevents the copier from sending messages in the buffer to the closed
driver. If the copied took longer than the timeout to drain the buffer, this
aborts the copier read loop and return back so we can cleanup resources
properly.

Signed-off-by: Daniel Dao <dqminh@cloudflare.com>
2016-01-26 12:58:46 -08:00
..
archive.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
container.go Merge pull request #19121 from WeiZhang555/tty-resize 2016-01-11 11:29:15 -05:00
container_unit_test.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
container_unix.go Merge pull request #19242 from mavenugo/nsalias 2016-01-14 10:58:51 -08:00
container_windows.go Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
monitor.go only close LogDriver after LogCopier is done 2016-01-26 12:58:46 -08:00
state.go Revert "Break big lock into some tiny locks" 2016-01-14 13:38:09 -05:00
state_test.go
state_unix.go
state_windows.go