0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 15:21:26 -05:00
denoland-deno/test_util/src
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
..
testdata Move benchmarks to Rust (#7134) 2020-08-28 09:03:50 -04:00
lib.rs fix(tls): Make TLS clients support HTTP/2 (#12530) 2021-10-25 18:41:06 +02:00
lsp.rs chore(tests): delete the temporary deno dir when dropping the test lsp client (#11749) 2021-08-17 22:58:41 -04:00
pty.rs chore(tests): windows pty tests (#12091) 2021-09-20 22:15:44 -04:00
test_server.rs chore: update copyright to 2021 (#9092) 2021-01-11 18:13:41 +01:00