mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
comment. svn:NO TEST.
git-svn-id: file:///svn/unbound/trunk@377 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
e8f7d9c150
commit
99d58fb600
1 changed files with 2 additions and 2 deletions
|
|
@ -1157,7 +1157,7 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq,
|
|||
|
||||
/* stop current outstanding queries.
|
||||
* FIXME: should the outstanding queries be waited for and
|
||||
* handled?
|
||||
* handled? Say by a subquery that inherits the outbound_entry.
|
||||
*/
|
||||
outbound_list_clear(&iq->outlist);
|
||||
verbose(VERB_ALGO, "cleared outbound list for next round");
|
||||
|
|
@ -1196,7 +1196,7 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq,
|
|||
|
||||
/* stop current outstanding queries.
|
||||
* FIXME: should the outstanding queries be waited for and
|
||||
* handled?
|
||||
* handled? Say by a subquery that inherits the outbound_entry.
|
||||
*/
|
||||
outbound_list_clear(&iq->outlist);
|
||||
verbose(VERB_ALGO, "cleared outbound list for query restart");
|
||||
|
|
|
|||
Loading…
Reference in a new issue