rclone/backend/zoho
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
..
api new backend: zoho workdrive - fixes #4533 2020-12-30 17:56:08 +00:00
zoho_test.go new backend: zoho workdrive - fixes #4533 2020-12-30 17:56:08 +00:00
zoho.go lib/rest: fix multipart uploads stopping on context cancel 2021-03-29 19:09:47 +01:00