mirror of
https://github.com/rclone/rclone.git
synced 2025-01-05 05:49:33 +01:00
0731de6a51
Before this change, in the WriterAt method we removed the session while the WriterAt handle was still open. This meant that in long lived multithread copies the session was closed which caused the "unverified packet returned" errors. This fixes the problem by wrapping it in a custom Close to close remove the session only when the WriterAt handle is closed. See: https://forum.rclone.org/t/problems-copying-big-files-from-local-to-remote-using-rclone-rc/42169/ |
||
---|---|---|
.. | ||
connpool.go | ||
smb_test.go | ||
smb.go |