[–] michalmatczuk 2y ago ↗ We need to check if given domain name points to localhost.Previously we used resolver with custom dialer that never dials connection but this resulted in unexpected allocations :/This patch links net.lookupStaticHost(), clean and simple.
1 comment
[ 3.7 ms ] story [ 4.3 ms ] threadPreviously we used resolver with custom dialer that never dials connection but this resulted in unexpected allocations :/
This patch links net.lookupStaticHost(), clean and simple.