Closed
Bug 1153924
Opened 10 years ago
Closed 10 years ago
do not use altsvc with proxy
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: mcmanus, Assigned: mcmanus)
Details
Attachments
(1 file)
2.08 KB,
patch
|
u408661
:
review+
|
Details | Diff | Splinter Review |
The current code applies alt-svc lookups to the origin and creates
maps based on the origin even in the presence of a proxy. That's
correct and it basically makes use of a proxy with them a nop (see
wontfixed bug 1148885). This patch makes that a bit more formal and
prevents maps from being created or used on transactions that involve
a proxy. Like the "don't alt svc to the identity" patch, this pattern
isn't strictly wrong its just not as helpful as clarity - so we will not support it.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8591760 -
Flags: review?(hurley)
Attachment #8591760 -
Flags: review?(hurley) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•