debc1cbc0a
Motivation: https://github.com/netty/netty/pull/9021 did apply some changes to filter out duplicates InetAddress when calling resolveAll(...) to mimic JDK behaviour. Unfortunally this also introduced a regression as we should not filter duplicates when the user explicit calls resolveAll(DnsQuestion). Modifications: - Only filter duplicates if resolveAll(String) is used - Add unit test Result: Fixes regressions introduces by https://github.com/netty/netty/pull/9021 |
||
---|---|---|
.. | ||
src | ||
pom.xml |