• Show log

    Commit

  • Hash : c698b77d
    Author : Nick Mathewson
    Date : 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.