distribution/registry/client
Jon Poler f09051fe54 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
..
transport Only do auth checks for endpoints starting with v2 2015-05-20 13:35:23 -07:00
blob_writer.go Break down type dependencies 2015-05-19 19:56:27 -07:00
blob_writer_test.go Add 'message' back to BlobTest sample json 2015-06-18 18:24:54 -07:00
errors.go Round 2 2015-05-26 17:18:32 -07:00
repository.go Remove timeout for http.Client in registry/client/repository.go. 2015-06-30 17:35:24 -07:00
repository_test.go Round 2 2015-05-26 17:18:32 -07:00