Skip to content

Remove unused support for fromwire(DNS_NAME_DOWNCASE)

Tony Finch requested to merge fanf-unused-fromwire-downcase into main

It has long been unused and is unsupported since the decompression rewrite.

Most of this change is fixing dns_rdata_fromwire() so it does not propagate the unused options variable.

Merge request reports