Searched refs:exist_h1_conn (Results 1 – 1 of 1) sorted by relevance
118 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