Skip to content

Commit

Permalink
Synchronize internally merged commits (#124)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Guthrie <[email protected]>
  • Loading branch information
andrewhavck and johnhurt authored Mar 8, 2024
1 parent 9308bec commit 36e09ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl ProxyHttp for LB {
.select(b"", 256) // hash doesn't matter for round robin
.unwrap();

println!("upstream peer is: {:upstream?}");
println!("upstream peer is: {upstream:?}");

// Set SNI to one.one.one.one
let peer = Box::new(HttpPeer::new(upstream, true, "one.one.one.one".to_string()));
Expand Down

0 comments on commit 36e09ca

Please sign in to comment.