You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
handle files: does not send an error if the transfer could not be open
if TransferOpen fails we already sent an error to the client, even
before the previous commit.
In handle dirs we don't send an error if TransferOpen fails, in handle
files we could send an error instead, so check the error type.
0 commit comments