Open
Bug 1110523
Opened 11 years ago
Updated 2 years ago
Files being downloaded twice when proxy enabled
Categories
(Core :: Networking: Proxy, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: raysatiro, Unassigned)
Details
(Whiteboard: [necko-backlog])
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20141209030205
Steps to reproduce:
I'm downloading the latest version of Python for Windows in Nightly.
Enable a debugging proxy or some monitor. I use:
Fiddler Web Debugger (v4.4.9.7)
Built: Tuesday, November 25, 2014
Go to https://www.python.org/downloads/release/python-279/
Right-click on x86 and/or x64 msi installer, Save link as.
You might have to repeat a few times.
Actual results:
Sometimes files are downloaded twice. I can see in Fiddler debugging proxy often two sessions are made from Nightly both requesting the same file. This results in two concurrent downloads, although nothing in the GUI shows that.
Expected results:
When I download a file it should not be retrieved from the server twice.
Updated•11 years ago
|
Component: Untriaged → Download Manager
Product: Firefox → Toolkit
Comment 1•11 years ago
|
||
Are you sure that 2 files are really downloaded ?
It's normal that Firefox tries to open 2 connections but one of them will be closed immediately.
Flags: needinfo?(raysatiro)
| Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Matthias Versen [:Matti] from comment #1)
> Are you sure that 2 files are really downloaded ?
> It's normal that Firefox tries to open 2 connections but one of them will be
> closed immediately.
Yes. It may have something to do with how Firefox interacts with the debugging proxy. I checked in Wireshark and I can't reproduce unless I have the proxy is enabled. Can you change the title to 'Files being downloaded twice when proxy enabled'
Flags: needinfo?(raysatiro)
Updated•11 years ago
|
Component: Download Manager → Networking: HTTP
Product: Toolkit → Core
Summary: Files being downloaded twice → Files being downloaded twice when proxy enabled
Updated•10 years ago
|
Whiteboard: [necko-backlog]
Comment 3•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 4•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Updated•3 years ago
|
Severity: normal → S3
Comment 5•2 years ago
|
||
Moving bug to Core/Networking: Proxy.
Component: Networking: HTTP → Networking: Proxy
You need to log in
before you can comment on or make changes to this bug.
Description
•