Skip to content

Commit b1b2e9e

Browse files
committed
Debugging
1 parent 27008bd commit b1b2e9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/h1_remote_connection/inner.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ impl<
7575
)
7676
.await?;
7777

78+
println!("Connected to {}", remote_endpoint.get_host_port().as_str());
7879
let (read_part, write_half) = result.split();
7980

8081
let result = Self {

0 commit comments

Comments
 (0)