Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Oct 14, 2024
1 parent 6408300 commit 28d1212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-bin/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ impl Args {
"handshake" | "transfer" | "retry" | "ecn" => {}
"rebind-port" | "rebind-addr" | "connectionmigration" => {
if self.cid_len == 0 {
qinfo!("Resumption test won't work with a zero-length CID; overwriting to 8");
qinfo!("Rebind/migration test won't work with len-0 CID; overwriting to 8");
self.cid_len = 8;
}
}
Expand Down

0 comments on commit 28d1212

Please sign in to comment.