mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
fc57648b75
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. |
||
---|---|---|
.. | ||
rest.go | ||
url_test.go | ||
url.go |