Closed
Bug 1690220
Opened 5 years ago
Closed 5 years ago
Don't use http rr when proxy CONNECT is in use
Categories
(Core :: Networking, task, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: kershaw, Assigned: kershaw)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
As described in spec below, we should not query https rr when CONNECT is used.
Clients using a domain-oriented transport proxy like HTTP CONNECT
([RFC7231] Section 4.3.6) or SOCKS5 ([RFC1928]) SHOULD disable SVCB
support if performing SVCB queries would violate the client's privacy
intent.
If the client can safely perform SVCB queries (e.g. via the proxy or
an affiliated resolver), the client SHOULD follow the standard SVCB
resolution process, selecting the highest priority option that is
compatible with the client and the proxy. The client SHOULD provide
the final SvcDomainName and port to the proxy, which will perform any
required A and AAAA lookups.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3d7bfa0bd4a6
Don't query https rr when proxy CONNECT is in use r=necko-reviewers,dragana
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•