rclone/backend/smb
Nick Craig-Wood 567d8fc8d1 smb: fix Failed to sync: context canceled at the end of syncs
Before this change we were putting connections into the connection
pool which had a local context in.

This meant that when the operation had finished the context was
cancelled and the connection became unusable.

See: https://forum.rclone.org/t/failed-to-sync-context-canceled/34017/
2022-11-16 10:56:09 +00:00
..
connpool.go smb: fix Failed to sync: context canceled at the end of syncs 2022-11-16 10:56:09 +00:00
smb_test.go smb: backend to support SMB - fixes #2042 2022-09-30 16:10:57 +01:00
smb.go smb: backend to support SMB - fixes #2042 2022-09-30 16:10:57 +01:00