Author :
Nick Mathewson
Date :
2010-05-18 17:27:06
Hash :b14f151b Message :If no evdns request can be launched, return NULL, not a handle
Some of our evdns code was willing to return an evdns_request with
handle->current_req set to NULL. Really, those cases should just
return NULL.