8d4b636a60
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> |
||
---|---|---|
.. | ||
api/v2 | ||
auth | ||
client | ||
handlers | ||
middleware | ||
storage | ||
doc.go |