getdnsapi / getdns

A modern asynchronous DNS API https://getdnsapi.net/
Other
461 stars 127 forks source link

Test 265-supported-rrs fails due to hardcoded packet size #505

Closed amialkow closed 3 years ago

amialkow commented 3 years ago

Test case checks both content and size of the packet. While content of the packet is expected to be fixed, size depends on applied compression algorithm. Pull request https://github.com/getdnsapi/getdns/pull/503 introduces name compression causing test failure.