Closed
Bug 1675808
Opened 4 years ago
Closed 4 years ago
Move DNS packet methods out of TRR
Categories
(Core :: Networking: DNS, task, P2)
Core
Networking: DNS
Tracking
()
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
These are not TRR specific and may be reused for an UDP resolver implementations.
Assignee | ||
Comment 1•4 years ago
|
||
This change only moves the DNS encoding & parsing methods to another file.
It is intended to be functionally the same - the most relevant change is
getting rid of mExtendedCode in TRR.h and using the return code to signal
NS_ERROR_DEFINITIVE_UNKNOWN_HOST.
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6abf6204037d
Move DNS packet parsing methods out of TRR r=necko-reviewers,dragana
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•