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 b8ffeb7 commit 701fb3eCopy full SHA for 701fb3e
_stable/client/basic.md
@@ -101,7 +101,7 @@ let stream = TcpStream::connect(address).await?;
101
// `hyper::rt` IO traits.
102
let io = TokioIo::new(stream);
103
104
-// Perform a TCP handshake
+// Create the Hyper client
105
let (mut sender, conn) = hyper::client::conn::http1::handshake(io).await?;
106
107
// Spawn a task to poll the connection, driving the HTTP state
0 commit comments