Closed
Bug 1612110
Opened 5 years ago
Closed 5 years ago
Provide a method to disable proxy loop (pref already present?)
Categories
(Core :: Networking: HTTP, task, P1)
Core
Networking: HTTP
Tracking
()
RESOLVED
DUPLICATE
of bug 1612111
People
(Reporter: acreskey, Assigned: mayhemer)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
As discussed, please provide a method or a pref that can be used to bypass the proxy code.
(As a performance experiment)
Flags: needinfo?(honzab.moz)
Assignee | ||
Comment 1•5 years ago
|
||
OK, there is a preference network.proxy.type
that can be turned to 0. But that WILL NOT save a main thread loop, we will always hit this code
Hence, I will write a trivial patch to bypass the proxy resolution altogether, hard coded, pref-value independent.
We can also have a fully working patch that won't break anything, but according the default proxy settings we ship on all products, it wouldn't have any major effect.
Assignee: nobody → honzab.moz
Flags: needinfo?(honzab.moz)
Priority: -- → P1
Whiteboard: [necko-triaged]
Assignee | ||
Comment 3•5 years ago
|
||
I think this can be covered as part of the work on bug 1612111.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•