Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dpool.rs118 if let Some(conn) = self.exist_h1_conn() { in conn_h1()
179 if let Some(conn) = self.exist_h1_conn() { in conn_negotiate()
227 fn exist_h1_conn(&self) -> Option<Conn<S>> { in exist_h1_conn() method