Author :
Nick Mathewson
Date :
2009-12-30 00:11:27
Hash :c698b77d Message :Allow http connections to use evdns for hostname looksups.
This was as simple as using bufferevent_connect_hostname instead of
calling connect() ourself, which already knows how to use an
evdns_base if it gets one.
Untangling the bind code might be a little trickier.