Synchronize internally merged commits (#124)

Co-authored-by: Kevin Guthrie <kevinbartlett@cloudflare.com>
This commit is contained in:
Andrew Hauck 2024-03-08 15:10:18 -08:00 committed by GitHub
parent 9308bec790
commit 36e09ca389
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()));