Files
docker-cli/cli/command/system
Ian Campbell 69e1094f5a dial-stdio: handle connections which lack CloseRead method.
This happens on Windows when dialing a named pipe (a path which is used by CLI
plugins), in that case some debugging shows:

    DEBU[0000] conn is a *winio.win32MessageBytePipe
    DEBU[0000] conn is a halfReadCloser: false
    DEBU[0000] conn is a halfWriteCloser: true
    the raw stream connection does not implement halfCloser
In such cases we can simply wrap with a nop function since closing for read
isn't too critical.

Signed-off-by: Ian Campbell <ijc@docker.com>
(cherry picked from commit 8919bbf04d)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-13 11:53:58 +01:00
..
2018-08-02 13:10:06 +09:00
2018-09-22 01:33:03 +00:00
2018-05-11 16:49:43 -07:00
2018-08-21 22:29:57 +02:00
2018-08-28 20:10:09 -07:00
2018-06-08 18:24:26 +02:00