1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/ext
Sean McArthur 3b98c6edaf 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
2024-07-26 12:04:09 -04:00
..
broadcast_channel 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
cache 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
canvas 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
console 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
cron 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
crypto 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
fetch fix(ext/fetch): use correct ALPN to proxies (#24696) 2024-07-26 12:04:09 -04:00
ffi 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
fs refactor: update to use deno_package_json (#24688) 2024-07-26 12:04:07 -04:00
http 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
io 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
kv 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
napi Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692) 2024-07-26 12:04:08 -04:00
net 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
node fix(ext/node/net): emit error before close when connection is refused (#24656) 2024-07-26 12:04:08 -04:00
tls 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
url 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
web 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
webgpu 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
webidl 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
websocket 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00
webstorage 1.45.3 (#24679) 2024-07-22 23:34:15 +02:00