1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-19 04:47:54 +02:00
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 
2017-06-26 12:08:51 +01:00
..
2017-06-01 09:02:22 +01:00
2017-06-13 11:52:36 +01:00
2017-06-26 12:08:51 +01:00