Skip to content

Commit

Permalink
TODO: parse header and personalised error type
Browse files Browse the repository at this point in the history
  • Loading branch information
valesteban committed Nov 2, 2023
1 parent ab84ce6 commit 8203b49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resolver/async_resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ impl AsyncResolver {

let response = self.inner_lookup(domain_name_struct).await;

//TODO: parse header and personalised error type
match response {
Ok(val) => {
let rdata = val.get_answer()[0].get_rdata();
Expand Down

0 comments on commit 8203b49

Please sign in to comment.