distribution/registry
Stephen J Day f6d75a6139 Return after error in handler
This adds a missing return statement. It is not strictly needed since if the
io.Copy fails, the Finish operation will fail. Currently, the client reports
both errors where this new code will correctly only report the io.Copy error.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-23 13:13:13 -07:00
..
api/v2 Update final upload chunk api doc 2015-04-15 17:55:15 -07:00
auth fix some typos in source comments 2015-04-17 12:39:52 +00:00
client Remove unnecessary close in client 2015-03-03 19:29:12 -08:00
handlers Return after error in handler 2015-04-23 13:13:13 -07:00
middleware Rename top level registry interface to namespace 2015-04-09 19:21:33 -07:00
storage Merge pull request #419 from stevvooe/pool-buffers-s3 2015-04-22 16:41:28 -07:00
doc.go Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00