diff options
| author | Sean McArthur <sean@seanmonstar.com> | 2024-07-24 13:20:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-24 20:20:06 +0000 |
| commit | c7f468d33b5d0814b56036639eb2a8226d4bfbbf (patch) | |
| tree | 7464522c9574c57d2c3e9c4902278864631d83f1 /Cargo.lock | |
| parent | b305ba3e1c155a33139ec0d764f547ffde4d4de4 (diff) | |
fix(ext/fetch): use correct ALPN to proxies (#24696)
Sending ALPN to a proxy, and then when tunneling, requires better
juggling of TLS configs. This improves the choice of TLS config in the
proxy connector, based on what reqwest does. It also includes some
`ext/fetch/tests.rs` that check the different combinations.
Fixes #24632
Fixes #24691
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index db31a6638..341e1cdba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1482,6 +1482,7 @@ dependencies = [ "hyper-rustls", "hyper-util", "ipnet", + "rustls-webpki", "serde", "serde_json", "tokio", |
