mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 00:09:59 -04:00
Update resquery_senddone handling of ISC_R_TIMEDOUT
Treat timed out as an address specific error.
(cherry picked from commit 56c3dcc5d7)
This commit is contained in:
parent
99d2b4079f
commit
d3f708ba56
1 changed files with 1 additions and 0 deletions
|
|
@ -1928,6 +1928,7 @@ resquery_senddone(isc_result_t eresult, isc_region_t *region, void *arg) {
|
|||
case ISC_R_ADDRNOTAVAIL:
|
||||
case ISC_R_CONNREFUSED:
|
||||
case ISC_R_CONNECTIONRESET:
|
||||
case ISC_R_TIMEDOUT:
|
||||
/* No route to remote. */
|
||||
FCTXTRACE3("query canceled in resquery_senddone(): "
|
||||
"no route to host; no response",
|
||||
|
|
|
|||
Loading…
Reference in a new issue