File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
pingora-core/src/connectors Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- d2eaddcd278a00f25792bf06f046b39aa321abe3
1+ 7b75bc4d48455b89dc62158a16564821d6a9348e
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ pub trait Connect: std::fmt::Debug {
3434}
3535
3636/// Establish a connection (l4) to the given peer using its settings and an optional bind address.
37- pub async fn connect < P > ( peer : & P , bind_to : Option < InetSocketAddr > ) -> Result < Stream >
37+ pub ( crate ) async fn connect < P > ( peer : & P , bind_to : Option < InetSocketAddr > ) -> Result < Stream >
3838where
3939 P : Peer + Send + Sync ,
4040{
Original file line number Diff line number Diff line change 1515//! Connecting to servers
1616
1717pub mod http;
18- mod l4;
18+ pub mod l4;
1919mod offload;
2020mod tls;
2121
You can’t perform that action at this time.
0 commit comments