distribution/registry/client
Aaron Lehmann be1f4114c7 Remove unnecessary stat from blob Get method
This calls Stat before Open, which should be unnecessary because Open
can handle the case of a nonexistent blob. Removing the Stat saves a
round trip.

This is similar to the removal of stat in Open in #1226.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-12-11 15:13:03 -08:00
..
auth Add expires_in and issued_at to the auth spec. 2015-10-27 11:05:33 -07:00
transport Avoid stat round-trips when fetching a blob 2015-12-02 14:21:13 -08:00
blob_writer.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
blob_writer_test.go Add ability to pass in substitution args into an Error 2015-07-15 11:02:10 -07:00
errors.go Move common error codes to errcode package 2015-08-11 11:50:58 -07:00
repository.go Remove unnecessary stat from blob Get method 2015-12-11 15:13:03 -08:00
repository_test.go Add clearer messaging around missing content-length headers. 2015-12-07 10:17:49 -08:00