moby--moby/container/stream
unclejack 014095e6a0 container/stream/attach: use pools.Copy
The use of pools.Copy avoids io.Copy's internal buffer allocation.
This commit replaces io.Copy with pools.Copy to avoid the allocation of
buffers in io.Copy.

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
2017-06-10 21:13:33 +03:00
..
attach.go container/stream/attach: use pools.Copy 2017-06-10 21:13:33 +03:00
streams.go Move attach code to stream package 2017-01-23 09:09:57 -05:00