mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 06:09:44 +02:00
Before this change we opened the connection before allocating memory. This meant a long wait sometimes for memory and too many connections open. Now we allocate the memory first before opening the connection.