Files
containerd/remotes/docker
Akhil Mohan 8f4c23b69f retry request on writer reset
when a put request is retried due to the response from registry,
the body of the request should be seekable. A dynamic pipe is added
to the body so that the content of the body can be read again.
Currently a maximum of 5 resets are allowed, above which will fail the
request. A new error ErrReset is introduced which informs that a
reset has occured and request needs to be retried.

also added tests for Copy() and push() to test the new functionality

Signed-off-by: Akhil Mohan <makhil@vmware.com>
2022-09-20 22:09:11 +05:30
..
2022-07-01 20:26:39 +00:00
2022-08-04 18:18:33 -07:00
2022-05-02 19:08:38 +09:00
2022-01-27 17:34:45 +08:00
2019-10-07 13:38:12 -04:00
2022-07-19 22:46:32 +08:00
2019-06-13 09:51:46 +08:00
2022-09-20 22:09:11 +05:30
2022-09-20 22:09:11 +05:30
2022-05-02 19:08:38 +09:00
2022-04-01 18:17:58 -07:00
2022-01-20 15:16:44 +08:00