1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
denoland-deno/cli/tests
Bartek Iwańczuk cee221109a
fix(node/http2): fixes to support grpc (#20712)
This commit improves "node:http2" module implementation, by enabling
to use "options.createConnection" callback when starting an HTTP2
session.
This change enables to pass basic client-side test with "grpc-js/grpc"
package.
Smaller fixes like "Http2Session.unref()" and "Http2Session.setTimeout()"
were handled as well.

Fixes #16647
2023-10-12 14:03:19 +00:00
..
integration refactor(lsp): add "deno.reloadImportRegistries" as a command (#20823) 2023-10-10 05:53:41 +01:00
node_compat chore: disable another flaky Node compat test (#20872) 2023-10-10 18:17:11 +00:00
testdata chore(task): remove warning for npm "scripts" (#20880) 2023-10-12 07:33:59 +01:00
unit fix(ext/http): Deno.Server should not be thenable (#20723) 2023-10-09 12:43:14 +09:00
unit_node fix(node/http2): fixes to support grpc (#20712) 2023-10-12 14:03:19 +00:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00