mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
Ditch our truncation code and use the upstream one in miekg/dns. This saves code on our end, end upstream is also more efficient as every RR is Len-ed only once. With our bin-search this is not guaranteed. Signed-off-by: Miek Gieben <miek@miek.nl>