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

Progress for AppImage partial download is not working #8722

Open
peter-sanderson opened this issue Dec 4, 2024 · 0 comments
Open

Progress for AppImage partial download is not working #8722

peter-sanderson opened this issue Dec 4, 2024 · 0 comments

Comments

@peter-sanderson
Copy link
Contributor

peter-sanderson commented Dec 4, 2024

HI, I create this issue to summarize all the stuff I know of an make it clear.

The problem is, that with AppImage the differential download can be used (any by default is is used). This method does NOT heave implemented the logic for emitting progress events in case when it uses multi-part single request (see here).


It seems to me that solution is to pass downloadInfoTransform down the line into the multipleRangeDownloader and its doExecuteTasks function.

Here is PR just for demonstrative purpose. Here is the draft PR: #8697 Its is just an illustrative example.

I lack the knowledge to complete this PR.


Originally I was solving this in this issue #8659 but I think after I dig into it and found the real root cause, it shall have its own.

This is list of issues I believe have the same root cause:

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