Open
Bug 1287920
Opened 8 years ago
Updated 9 months ago
Resumable downloads should work also across proxy disconnection/reconnection interruptions
Categories
(Core :: Networking: Proxy, defect, P5)
Core
Networking: Proxy
Tracking
()
UNCONFIRMED
People
(Reporter: ma1, Unassigned)
References
()
Details
(Whiteboard: [necko-backlog])
This problem has been reported while testing Tail's "Download and Verify Extension" (DAVE), see https://labs.riseup.net/code/issues/10686
In order to reproduce:
1. Configure Firefox to use a Sock5 proxy
2. Start a big (~1GB) download
3. Disconnect the proxy
4. Wait for download failure and reconnect the proxy
5. Try to resume the download
Expected result: the download is resumed from the point where you left it.
Actual result: the download can't be resumed and fails.
A work-around monkey-patching Download Manager's code is implemented here: https://git-tails.immerda.ch/ma1/download-and-verify-extension/tree/tails-download-and-verify/lib/downloader.js#n30
Updated•8 years ago
|
Component: Download Manager → Networking
Product: Toolkit → Core
Comment 1•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 2•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Comment 3•4 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: P3 → P5
Comment 4•9 months ago
|
||
Moving bug to Core/Networking: Proxy.
Component: Networking → Networking: Proxy
You need to log in
before you can comment on or make changes to this bug.
Description
•