Open
Bug 1548796
Opened 6 years ago
Updated 1 year ago
Send request immediately after CONNECT when using a proxy
Categories
(Core :: Networking: Proxy, enhancement, P3)
Core
Networking: Proxy
Tracking
()
NEW
People
(Reporter: dragana, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
This is an optimization. if we use proxy (at lease for bearer auth, for other it will not always work) why not sending the http request right after CONNECT request without waiting for a response.
This will speed up sending requests through a proxy.
This is not an easy necko change and we should investigate if it feasible at all with the current architecture.
Reporter | ||
Updated•6 years ago
|
Updated•6 years ago
|
Type: defect → enhancement
Comment 1•6 years ago
|
||
Changing to corp confidential temporarily (till after Sept 10) on Tony and elan's request.
Group: mozilla-employee-confidential
Reporter | ||
Updated•4 years ago
|
Blocks: necko-perf
Priority: P2 → P3
Updated•3 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
Moving bug to Core/Networking: Proxy.
Component: Networking: HTTP → Networking: Proxy
Comment 3•1 year ago
|
||
Moving bug to Core/Networking: Proxy
Updated•1 year ago
|
Group: mozilla-employee-confidential
Updated•1 year ago
|
Summary: Send request immediately after CONNECT → Send request immediately after CONNECT when using a proxy
You need to log in
before you can comment on or make changes to this bug.
Description
•