88c8a4f393
Motivation: DnsResource.duplicate() should return DnsResource and not ByteBufHolder Modifications: Change return type from ByteBufHolder to DnsResource Result: No need to cast to the correct type when using duplicate()