1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00
denoland-deno/ext
Sean McArthur c7f468d33b
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-24 20:20:06 +00:00
..
broadcast_channel chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
cache chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
canvas chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
console chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
cron chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
crypto chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
fetch fix(ext/fetch): use correct ALPN to proxies (#24696) 2024-07-24 20:20:06 +00:00
ffi chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
fs refactor: update to use deno_package_json (#24688) 2024-07-23 17:34:46 -04:00
http chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
io chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
kv chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
napi Reland "fix: CFunctionInfo and CTypeInfo leaks (#24634)" (#24692) 2024-07-24 02:11:38 +02:00
net chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
node fix(ext/node/net): emit error before close when connection is refused (#24656) 2024-07-24 20:33:45 +09:00
tls chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
url chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
web chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
webgpu chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
webidl chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
websocket chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00
webstorage chore: forward v1.45.3 release commit to main (#24681) 2024-07-23 03:41:40 +02:00