Files
linuxkit/alpine
David Scott a3ca812d97 proxy: TCPProxy connects to TCP but can read from other things
The TCPProxy can proxy from anything which satisfies this interface:

type Conn interface {
  	io.Reader
	io.Writer
	io.Closer
	CloseRead() error
	CloseWrite() error
}

Signed-off-by: David Scott <dave.scott@docker.com>
2016-04-15 17:24:56 +01:00
..
2016-03-01 14:57:11 +00:00
2016-04-13 11:24:31 +01:00
2016-02-19 16:11:09 +00:00
2016-01-13 17:48:42 +00:00
2016-01-13 17:48:42 +00:00
2016-03-08 00:48:08 +00:00