zmap / zdns

Fast DNS Lookup Library and CLI Tool
Apache License 2.0
891 stars 121 forks source link

Remove deprecated temporary error #377

Closed phillip-stephens closed 2 months ago

phillip-stephens commented 2 months ago

The docs for net.Error say that Temporary() is deprecated and to not use it as its unreliable.

This PR removes that and STATUS_NOTIMP and STATUS_NODATA as they're used no-where in our codebase.

Changes