rclone/lib/rest
Nick Craig-Wood fc57648b75 lib/rest: fix multipart uploads stopping on context cancel
Before this change when the context was cancelled (due to
--max-duration for example) this could deadlock when uploading
multipart uploads.

This change fixes the problem by introducing another go routine to
monitor the context and close the pipe with an error when the context
errors.
2021-03-29 19:09:47 +01:00
..
rest.go lib/rest: fix multipart uploads stopping on context cancel 2021-03-29 19:09:47 +01:00
url.go Move dircache, oauthutil, rest and pacer modules into lib 2018-01-12 17:07:38 +00:00
url_test.go build: more pre go1.8 workarounds removed 2019-05-08 15:14:51 +01:00