cloudflare / pingora

A library for building fast, reliable and evolvable network services.
Apache License 2.0
20.28k stars 1.1k forks source link

Update quick_start.md #168

Closed matthieugouel closed 3 months ago

matthieugouel commented 3 months ago

Removes the mention to specify to use_tls, as it is not present in the following example.

eaufavor commented 3 months ago

The true in the following HttpPeer::new(upstream, true, "one.one.one.one".to_string()) is the use_tls parameter.