Update resquery_senddone handling of ISC_R_CONNECTIONRESET

Treat connection reset as an address specific error.
This commit is contained in:
Mark Andrews
2024-05-27 12:46:46 +10:00
parent 180b1e7939
commit 4e3dd85b8d

View File

@@ -1759,6 +1759,7 @@ resquery_senddone(isc_result_t eresult, isc_region_t *region, void *arg) {
case ISC_R_NOPERM:
case ISC_R_ADDRNOTAVAIL:
case ISC_R_CONNREFUSED:
case ISC_R_CONNECTIONRESET:
/* No route to remote. */
FCTXTRACE3("query canceled in resquery_senddone(): "
"no route to host; no response",