rclone/cmd/mountlib
Nick Craig-Wood b360527931 mount: fix hang on errored upload
In certain circumstances if an upload failed then the mount could hang
indefinitely. This was fixed by closing the read pipe after the Put
completed.  This will cause the write side to return a pipe closed
error fixing the hang.

Fixes #1498
2017-06-26 12:08:51 +01:00
..
mounttest mount/cmount: factor duplicated code into mountlib 2017-06-19 14:36:51 +01:00
createinfo.go mount: factor filesystem code into mountlib and mounttest 2017-05-12 21:24:24 +01:00
dir.go hand dirCacheTime through again 2017-06-01 09:02:22 +01:00
errors.go cmount, mount, mountlib: make --read-only reject modify operations 2017-05-15 16:56:47 +01:00
file.go dropbox: make setting mod time on existing files work properly 2017-06-13 13:58:39 +01:00
fs.go mount/cmount: factor duplicated code into mountlib 2017-06-19 14:36:51 +01:00
mount_non_unix.go mount/cmount: factor duplicated code into mountlib 2017-06-19 14:36:51 +01:00
mount_unix.go mount/cmount: factor duplicated code into mountlib 2017-06-19 14:36:51 +01:00
mount.go mount/cmount: factor duplicated code into mountlib 2017-06-19 14:36:51 +01:00
read.go Fix problems found with ineffassign 2017-06-13 11:52:36 +01:00
write.go mount: fix hang on errored upload 2017-06-26 12:08:51 +01:00