Closed
Bug 1948018
Opened 27 days ago
Closed 22 days ago
`StaticPrefs::network_dns_get_ttl()` is always true
Categories
(Core :: Networking: DNS, defect, P2)
Core
Networking: DNS
Tracking
()
RESOLVED
FIXED
137 Branch
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: omansfeld, Assigned: valentin)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Follow-up bug from Bug 1947414. The pref should only be true on windows.
Assignee | ||
Updated•25 days ago
|
Severity: -- → S3
Priority: -- → P2
Whiteboard: [necko-triaged]
Assignee | ||
Comment 1•23 days ago
|
||
In bug 1936996 I refactored the code and got rid of sGetTtlEnabled which
defaulted to false and checked #ifdef DNSQUERY_AVAILABLE
The pref is now checked via StaticPrefs, so it should only be true on
windows
Updated•23 days ago
|
Assignee: nobody → valentin.gosu
Status: NEW → ASSIGNED
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/10861673fe78
network.dns.get-ttl should only be set on Windows r=necko-reviewers,kershaw
Comment 3•22 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 22 days ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•