We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27008bd commit b1b2e9eCopy full SHA for b1b2e9e
src/h1_remote_connection/inner.rs
@@ -75,6 +75,7 @@ impl<
75
)
76
.await?;
77
78
+ println!("Connected to {}", remote_endpoint.get_host_port().as_str());
79
let (read_part, write_half) = result.split();
80
81
let result = Self {
0 commit comments