1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Andreu Botella e39dace8cb
fix(tls): Make TLS clients support HTTP/2 (#12530)
`fetch()` and client-side websocket used to support HTTP/2, but this
regressed in #11491. This patch reenables it by explicitly adding `h2`
and `http/1.1` to the list of ALPN protocols on the HTTP and websocket
clients.
2021-10-25 18:41:06 +02:00
..
broadcast_channel chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
console chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
crypto chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
fetch chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
ffi chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
http chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
net chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
timers chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
tls fix(tls): Make TLS clients support HTTP/2 (#12530) 2021-10-25 18:41:06 +02:00
url chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
web chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
webgpu chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
webidl chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
websocket chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00
webstorage chore: bump crate version for 1.15.3 (#12531) 2021-10-25 15:48:01 +09:00