-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Dropbox stream download with RetryWrapper #23516
Conversation
By analyzing the blame information on this pull request, we identified @MTGap, @icewind1991, @butonic and @Xenopathic to be potential reviewers |
Supersedes #23372 where it was observed that the temp file is increasing likeliness of timeouts. @karlitschek backport to stable9 ? |
|
Fixes #4040 |
👍 looks good |
please backport 👍 |
f0ab202
to
e9dad94
Compare
e9dad94
to
02c2568
Compare
stable9: #23522 |
@davitol @SergioBertolinSG can you guys test downloads of small and big files for this PR and also the backport #23522 for 9.0.1 ? Thanks |
@PVince81 Did you mean close and restart sync client? Or maybe you meant to delete the account and the local files and configure again the server from the beginning?
|
👎 weird behaviour uploading and downloading files They appear/disappear without any reason
|
|
No, it wasn't encrypted yet, but your comment rang me a bell related to if there are some files in the dropbox account that were encrypted before with other server, there could be problems. Let me try again with an empty Dropbox account. I'll write down here the test results. |
With an empty Dropbox account it seems to work fine 👍 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
To test:
curl -X GET -H Range:bytes=2-5 'http://admin:admin@localhost/owncloud/remote.php/webdav/dropbox/bacon.txt'
@icewind1991 @SergioBertolinSG @Xenopathic