mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-06 09:57:43 +02:00
Nicer error.
git-svn-id: file:///svn/unbound/trunk@106 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
+2
-2
@@ -170,8 +170,8 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
|
||||
return 0;
|
||||
}
|
||||
if(worker->num_requests > 0) {
|
||||
verbose(VERB_DETAIL, "worker: too many requests active. "
|
||||
"dropping incoming query.");
|
||||
verbose(VERB_DETAIL, "worker: too many incoming requests "
|
||||
"active. dropping incoming query.");
|
||||
comm_point_drop_reply(repinfo);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user