Azat Khuzhin 8bb3842552 bufferevent: move conn_address out from http into bufferevent
In http the only case when when we could store it is when we already
connected, *but* if we are doing request using domain name, then we need
to do request to nameserver to get IP address, and this is handled by
bufferevent.
So when we have IP address (from nameserver) and don't have connection
to this IP address, we could already cache it to avoid extra DNS
requests (since UDP is slow), and we can't do this from http layer, only
from bufferevent.
2015-08-18 20:06:52 +03:00
..
2015-01-21 11:24:23 +01:00
2012-02-29 15:47:16 -05:00
2014-02-25 14:57:24 +01:00
2014-02-25 14:57:24 +01:00