Pass effectiveTRRMode to nsHttpChannel from socketTransport.
Categories
(Core :: Networking: DNS, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox113 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files)
The patch in bug 1596845 only works when network.dns.disablePrefetch = false
.
If DNS prefetch is disabled, the channel doesn't get OnLookupComplete so we have to take the effectiveTRRMode from the transaction/socketTransport.
This might be tricky, as we don't always deliver OnTransportStatus notification when the resolution fails.
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D164347
Comment 2•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Networking: DNS' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D164539
Comment 5•2 years ago
|
||
Backed out 1 changesets (Bug 1805372) for causing wpt failures in nsHttpTransaction.h
Log: https://treeherder.mozilla.org/logviewer?job_id=408880218&repo=autoland&lineNumber=8443
Backout: https://hg.mozilla.org/integration/autoland/rev/324dd82a3d3f78b60fcef1c35edb8772498cb752
Assignee | ||
Updated•2 years ago
|
Comment 7•2 years ago
|
||
bugherder |
Description
•