1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/test_util
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
..
src fix(tls): Make TLS clients support HTTP/2 (#12530) 2021-10-25 18:41:06 +02:00
std@ca23a1e603 chore(std/http): server module name migration (#11890) 2021-09-05 22:43:46 +02:00
wpt@68c75f6da9 chore: update wpt (#12206) 2021-09-25 15:27:34 +02:00
Cargo.toml fix(tls): Make TLS clients support HTTP/2 (#12530) 2021-10-25 18:41:06 +02:00