Update resquery_senddone handling of ISC_R_CONNECTIONRESET
Treat connection reset as an address specific error.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user