Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: STATUS_PENDING not handled correctly #89

Open
Fabian123333 opened this issue Mar 7, 2024 · 0 comments
Open

Error: STATUS_PENDING not handled correctly #89

Fabian123333 opened this issue Mar 7, 2024 · 0 comments

Comments

@Fabian123333
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant