netsec-ethz / rains

RAINS (Another Internet Naming Service)
Apache License 2.0
9 stars 11 forks source link

Handle query errors #186

Closed FR4NK-W closed 5 years ago

FR4NK-W commented 5 years ago

The resolver does not handle errors from recursiveResolve or forwardQuery, a failed query brings down the resolver. Log the error and only continue if a valid message was returned.

fehlmach commented 5 years ago

Solved by PR #189