Changes between Initial Version and Version 1 of Ticket #1059


Ignore:
Timestamp:
2010-05-28T22:46:58Z (15 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1059 – Description

    initial v1  
    1 sshfs does not wait for 'close' requests to complete before reporting to the application that a file has been successfully closed.
     1sshfs does not wait for 'close' requests on a file opened for writing to complete, before reporting to the application that a file has been successfully closed.
    22
    33If the client attempts to reopen the same file via SFTP, we delay the open request until the previous upload has completed (successfully or not), so this does not normally cause visibly incorrect behaviour.