Skip to content

Commit 79862ec

Browse files
authoredJan 22, 2024
fix(http2): typo in trace logging (#3536)
1 parent a52d391 commit 79862ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/client/conn/http2.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ where
426426
let opts = self.clone();
427427

428428
async move {
429-
trace!("client handshake HTTP/1");
429+
trace!("client handshake HTTP/2");
430430

431431
let (tx, rx) = dispatch::channel();
432432
let h2 = proto::h2::client::handshake(io, rx, &opts.h2_builder, opts.exec, opts.timer)

0 commit comments

Comments
 (0)
Please sign in to comment.