netty5/resolver-dns/src/main
Norman Maurer b83328606f
DefaultDnsCache should store more then one Entry per hostname. (#7906)
Motivation:

Due a bug we did never store more then one address per hostname in DefaultDnsCache.

Modifications:

- Correctly store multiple entries per hostname
- Add tests

Result:

DefaultDnsCache correctly stores more then one entry. Also fixes https://github.com/netty/netty/issues/7882 .
2018-05-04 14:19:26 +02:00
..
java/io/netty/resolver/dns DefaultDnsCache should store more then one Entry per hostname. (#7906) 2018-05-04 14:19:26 +02:00