netty5/resolver-dns/src
Scott Mitchell dcb828f02f DnsResolver CNAME redirect bug
Motviation:
DnsNameResolverContext#followCname attempts to build a query to follow a CNAME, but puts the original hostname in the DnsQuery instead of the CNAME hostname. This will result in not following CNAME redirects correctly.

Result:
- DnsNameResolverContext#followCname should use the CNAME instead of the original hostname when building the DnsQuery

Result:
More correct handling of redirect queries.
2017-10-23 09:37:32 -07:00
..
main/java/io/netty/resolver/dns DnsResolver CNAME redirect bug 2017-10-23 09:37:32 -07:00
test DnsResolver CNAME redirect bug 2017-10-23 09:37:32 -07:00