From 36e09ca389dac053948722a8ed24caa011495439 Mon Sep 17 00:00:00 2001 From: Andrew Hauck Date: Fri, 8 Mar 2024 15:10:18 -0800 Subject: [PATCH] Synchronize internally merged commits (#124) Co-authored-by: Kevin Guthrie --- docs/quick_start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_start.md b/docs/quick_start.md index 2c5ada8..75f3704 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -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()));