Closed Bug 379213 Opened 18 years ago Closed 18 years ago

Very high transfer rate when resuming a paused download

Categories

(Toolkit :: Downloads API, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 227516

People

(Reporter: kewlchyn, Unassigned)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; pl; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 If I pause a download and then resume it, very high transfer rate (kb/s) is shown. It gets to its actual level after a while. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Component: File Handling → Download Manager
QA Contact: file.handling → download.manager
Dupe of bug 245725? It was marked as fixed, but that seems to be the most relevant bug...
Whiteboard: DUPEME?
Not a dupe. So, the speed is calculated here (currently, close to here if changes happen to the file): http://mxr.mozilla.org/seamonkey/source/toolkit/components/downloads/src/nsDownloadManager.cpp#1377 The way I see it, you would see slow speeds at first if the time was when you paused it (small number of bytes over a large time). So, my guess is that the server is just giving you a larger burst of data (just like when you first start a download) when you resume it, hence the faster speed. Maybe biesi can shed more light on this.
Shawn, is this a valid bug then? (I can just hear it shouting "Confirm me!")
Whiteboard: DUPEME?
It might be valid, but it's not a bug. I'm betting the server is just sending a lot of data right away then throttling down. I'm not 100% certain of this though.
Ah, found the original bug!
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Product: Firefox → Toolkit
You need to log in before you can comment on or make changes to this bug.