Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-order list of resolvers according to their searchOrder (netty#11236)
Motivation: Mac OS specific DNS resolver fails to take into account search order of resolvers causing wrong resolver being used is some circumstances Modifications: Re-order array of resolvers using their sort order as an ordering key. Final order is opposite of the search order to make sure that resolver with the lower sort order goes last (so it overrides previous one in the `resolverMap`). Result: Fixes issue netty#11225
- Loading branch information