Open
Bug 1283230
Opened 9 years ago
Updated 1 year ago
PacMan should append to loadFlags, not overwrite
Categories
(Core :: Networking: Proxy, defect, P3)
Core
Networking: Proxy
Tracking
()
NEW
People
(Reporter: jduell.mcbugs, Unassigned)
Details
(Whiteboard: [necko-backlog][proxy])
nsPACMan.cpp overwrites loadFlags instead of appending to them here:
https://dxr.mozilla.org/mozilla-central/source/netwerk/base/nsPACMan.cpp?q=nsPACMan.cpp&redirect_type=direct#476
channel->SetLoadFlags(nsIRequest::LOAD_BYPASS_CACHE);
This should probably append to the load flags instead.
Updated•9 years ago
|
Whiteboard: [necko-backlog] → [necko-backlog][proxy]
Comment 1•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P1
Comment 2•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 3•1 year 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
•