Searched refs:connection (Results 1 – 3 of 3) sorted by relevance
10 mod connection; module11 pub(super) use self::connection::Connection;
39 let connection = Connection::lazy(endpoint.http_connector(), endpoint); in poll_next() localVariable40 Poll::Ready(Some(Ok(TowerChange::Insert(k, connection)))) in poll_next()
95 - Added connection timeout for `connecto_with_connector_lazy`.491 * **transport:** Return connection error on `Channel::connect` ([#413](https://github.com/hyperium/…