-
Notifications
You must be signed in to change notification settings - Fork 806
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
VFS Windows: Fix download of large files #2958
Conversation
3c53e68
to
c91e8d9
Compare
@FlexW Left my thoughts. Basically, the code is small enough to read, but, still, I'd try to simplify it if possible. We are risking of human-errors when working with arrays and offsets, so, the code must be as straightforward as possible in this case. I am going to go through everything one more time in the morning with my head fresh again :) |
82733d1
to
05f083b
Compare
917f61a
to
0bf54be
Compare
2061952
to
9049458
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah! Now we're talking, it's much smaller and straightforward now. Much closer to what I envisioned initially. Not too expensive either.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, clicked the wrong one :-)
Almost there anyway
@FlexW The only other thing I advise is to not be in hurry with squashing everything. These changes are small, so, it's ok to read them all multiple times as you keep pushing review comments fixes, but, for bigger PRs it would be easier if we could see the review comment fixes progression while we can also just browse all changes if needed. And then, we squash/rebase them right before the merge :) |
9049458
to
86d96ed
Compare
86d96ed
to
6af52d5
Compare
Okay, I keep that in mind for the next pr. I have now squashed the last nitpicks. Hope that is fine. |
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
6af52d5
to
523f1bc
Compare
AppImage file: Nextcloud-PR-2958-523f1bcadd08e159278c920e5a1d728f44ea595e-x86_64.AppImage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woot! We got there now! Nice.
Fixes #2952
Signed-off-by: Felix Weilbach felix.weilbach@nextcloud.com