Home
last modified time | relevance | path

Searched refs:connection (Results 1 – 3 of 3) sorted by relevance

/tonic/tonic/src/transport/channel/service/
H A Dmod.rs10 mod connection; module
11 pub(super) use self::connection::Connection;
H A Ddiscover.rs39 let connection = Connection::lazy(endpoint.http_connector(), endpoint); in poll_next() localVariable
40 Poll::Ready(Some(Ok(TowerChange::Insert(k, connection)))) in poll_next()
/tonic/
H A DCHANGELOG.md95 - Added connection timeout for `connecto_with_connector_lazy`.
491 * **transport:** Return connection error on `Channel::connect` ([#413](https://github.com/hyperium/…