The toolkit to pack, ship, store, and deliver container content
Find a file
Jon Poler 855ecb8440 Remove timeout for http.Client in registry/client/repository.go.
Timeouts should not be a discrete period of time, because they end
up being arbitrary and may be difficult to gauge correctly against
very large Docker layers. Rather, timeouts should be set at the
transport level using the SetDeadline attribute on a net.Conn
object.

Signed-off-by: Jon Poler <jonathan.poler@apcera.com>
2015-06-30 17:35:24 -07:00
docs Remove timeout for http.Client in registry/client/repository.go. 2015-06-30 17:35:24 -07:00