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

Connection reset during upload #9443

Closed
cyberduck opened this issue Apr 12, 2016 · 3 comments
Closed

Connection reset during upload #9443

cyberduck opened this issue Apr 12, 2016 · 3 comments
Labels
b2 Backblaze B2 Protocol Implementation bug worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

72d76fe created the issue

Started up my download with the latest version of Cyberduck. I updated the app this morning to v. 5.0 (19720)
I'm trying to complete the attached upload and a Java.net.SocketException error is coming up. When this happens the transfer stops and I have to start again. This is a loop and no transfers are happening so far today.


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

The failure should be mapped as a connection refused failure type and then the upload should be re-attempted. Instead it is mapped to a interoperability failure which is not retried.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

https://www.backblaze.com/b2/docs/integration_checklist.html

During an upload using the b2_upload_file or b2_upload_part API, if one of the following conditions occur, the developer should call b2_get_upload_url or b2_get_upload_part_url and re-attempt the upload using the new URL and auth key pair:

  • If an HTTPS connection cannot be made. (e.g., connection timeout)
  • The HTTPS connection is broken. (e.g., broken pipe.)

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Reviewed error handling in d60a62f.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
b2 Backblaze B2 Protocol Implementation bug worksforme
Projects
None yet
Development

No branches or pull requests

1 participant