mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 03:12:04 -04:00
Update resquery_senddone handling of ISC_R_CONNECTIONRESET
Treat connection reset as an address specific error.
This commit is contained in:
parent
180b1e7939
commit
4e3dd85b8d
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue