[kget] [Bug 479357] Downloads don't work

2024-01-29 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479357 Nicolas Fella changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[kget] [Bug 479357] Downloads don't work

2024-01-29 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479357 --- Comment #6 from Nicolas Fella --- Git commit 153e6359f420bf484d46f73c02a922a2fe32257f by Nicolas Fella. Committed on 29/01/2024 at 19:58. Pushed by nicolasfella into branch 'master'. [workers/http] Read and emit data in chunks Currently we readAll

[kget] [Bug 479357] Downloads don't work

2024-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=479357 --- Comment #5 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/1543 -- You are receiving this mail because: You are watching all bug changes.

[kget] [Bug 479357] Downloads don't work

2024-01-10 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479357 --- Comment #4 from Nicolas Fella --- Git commit bc78a85e1c8f7e54b0f1c0d1611a9432d5549677 by Nicolas Fella. Committed on 10/01/2024 at 13:53. Pushed by nicolasfella into branch 'master'. [http] Emit processedSize and totalSize This is needed for downl

[kget] [Bug 479357] Downloads don't work

2024-01-09 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479357 --- Comment #3 from Nicolas Fella --- https://invent.kde.org/frameworks/kio/-/merge_requests/1535 makes it somewhat work. It's still broken for large files because kio_http doesn't send data() in chunks and instead all at once, which breaks with too mu

[kget] [Bug 479357] Downloads don't work

2024-01-03 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=479357 Bug Janitor Service changed: What|Removed |Added Keywords||qt6 -- You are receiving this mail becau

[kget] [Bug 479357] Downloads don't work

2024-01-03 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479357 --- Comment #2 from Nicolas Fella --- processedSize is also not emitted, which likely breaks the progress indicator -- You are receiving this mail because: You are watching all bug changes.

[kget] [Bug 479357] Downloads don't work

2024-01-03 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=479357 --- Comment #1 from Nicolas Fella --- This is most likely caused by the KIO HTTP refactoring in KF6. Debugging I found at least two issues: - kio_http doesn't emit canResume - kio_http doesn't emit totalSize -- You are receiving this mail because: Yo