mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
e39dace8cb
`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. |
||
---|---|---|
.. | ||
Cargo.toml | ||
lib.rs | ||
README.md |
deno_tls
This crate implements common utilities for TLS handling in other Deno extensions.