Skip to content

return nodata instead of servfail in some instances

trinity-1686a requested to merge trinity-1686a/arti:less-servfail into main

following some discussions, returning SERVFAIL for some errors is less than ideal.
Sadly we can't match on whether the error is transient so timeout&co are considered SERVFAIL, but any "resolve error" leads to a NODATA, be it retriable or not.

Merge request reports