1
mirror of https://github.com/rclone/rclone synced 2024-11-21 22:50:16 +01:00
rclone/backend/sftp
Nick Craig-Wood 6e853c82d8 sftp: ignore errors when closing the connection pool
There is no need to report errors when draining the connection pool -
they are useless at this point.

See: https://forum.rclone.org/t/rclone-fails-to-close-unused-tcp-connections-due-to-use-of-closed-network-connection/46735
2024-07-15 10:48:45 +01:00
..
sftp_internal_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
sftp_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
sftp_unsupported.go build: fix linting issues reported by running golangci-lint with different GOOS 2024-04-22 19:29:12 +02:00
sftp.go sftp: ignore errors when closing the connection pool 2024-07-15 10:48:45 +01:00
ssh_external.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
ssh_internal.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
ssh.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
stringlock_test.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00
stringlock.go build: remove build constraint syntax for go 1.16 and older 2024-04-18 16:53:55 +02:00