Commit c698b77d197b809e606ee56881330af41c02fc04

Nick Mathewson 2009-12-30T00:11:27

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.