netty5/resolver-dns/src
Jay 7b39968f57 Check the bindFuture before writing a DNS query
Related: #3149

Motivation:

DnsQueryContext, using the DatagramChannel bound in DnsNameResolver,
blindly writes to the channel without checking the bind future for
success.

Modifications:

Check the bindFuture before writing a DNS query to a DatagramChannel

Result:

Bug fixed
2014-12-01 19:44:25 +09:00
..
main/java/io/netty/resolver/dns Check the bindFuture before writing a DNS query 2014-12-01 19:44:25 +09:00
test/java/io/netty/resolver/dns Improve DnsNameResolverTest.testResolveA() 2014-10-25 17:29:59 +09:00