Attached is a patch for high_perf branch: the resolver kept complaining about NOERROR lookups
Brian
the resolver kept complaining about NOERROR lookups
--- old/lib/Danga/DNS/Resolver.pm 2005-05-05 03:32:07.000000000 -0600
+++ new/lib/Danga/DNS/Resolver.pm 2005-05-07 03:36:33.000000000 -0600
@@ -286,6 +286,9 @@
#$self->{timeout}{$id} = time();
}
+ elsif ($err eq "NOERROR") {
+ $asker->run_callback($err, $query);
+ }
elsif($err) {
print("error: $err\n");
$asker->run_callback($err, $query);
