Skip to content

Commit

Permalink
fix dns discard (#459)
Browse files Browse the repository at this point in the history
Signed-off-by: liulanzheng <lanzheng.liulz@alibaba-inc.com>
  • Loading branch information
liulanzheng authored Apr 18, 2024
1 parent 5cbfb92 commit cd03fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ class DefaultResolver : public Resolver {
break;
}
}
ipaddr.recycle(ipaddr->empty());
}
}

Expand Down

0 comments on commit cd03fc0

Please sign in to comment.