Closed
Bug 1688228
Opened 4 years ago
Closed 4 years ago
Introduce TRR_NXDOMAIN skip reason and record it when an rcode value of 0x03 is received
Categories
(Core :: Networking: DNS, enhancement, P2)
Core
Networking: DNS
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: nhnt11, Assigned: nhnt11)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
0x03 is nxdomain.
Currently all non-zero rcodes are handled by setting TRR_RCODE_FAIL here: https://searchfox.org/mozilla-central/rev/358fbca0398ac651f5ea6030be39b1870ec180a5/netwerk/dns/DNSPacket.cpp#451
I think it would be fairly easy and useful to record a separate fail value for nxdomain.
Assignee | ||
Updated•4 years ago
|
Summary: Introdcue TRR_NXDOMAIN skip reason and record it when an rcode value of 0x03 is received → Introduce TRR_NXDOMAIN skip reason and record it when an rcode value of 0x03 is received
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by nhnt11@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/20591042c89c
Introduce TRR_NXDOMAIN skip reason and record it when an rcode value of 0x03 is received. r=valentin,necko-reviewers
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 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
•