go-smb2 icon indicating copy to clipboard operation
go-smb2 copied to clipboard

Error: STATUS_PENDING not handled correctly

Open Fabian123333 opened this issue 11 months ago • 0 comments

When uploading / downloading files by SAMBA a Error: STATUS_PENDING might be send from the client due to various reasons like long writing times, locks or similar: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/596a1078-e883-4972-9bbc-49e60bebca55?redirectedfrom=MSDN

The go library does not handle this exceptions correctly and terminates the transmission. The correct behavior would be to wait for the pending job.

Fabian123333 avatar Mar 07 '24 13:03 Fabian123333