mirror of
https://github.com/rclone/rclone.git
synced 2026-01-01 16:13:35 +00:00
Before this change the expect/continue timeout was set to --conntimeout which was 60s by default which is too long to wait. This was noticed when using s3 with a proxy which apparently didn't support expect / continue properly. Set --expect-continue-timeout 0 to disable expect/continue.