1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 15:10:44 -05:00
denoland-deno/cli/tests
Bartek Iwańczuk 5a1505db67
feat(ext/node): http2.connect() API (#19671)
This commit improves compatibility of "node:http2" module by polyfilling
"connect" method and "ClientHttp2Session" class. Basic operations like
streaming, header and trailer handling are working correctly. 
Refing/unrefing is still a TODO and "npm:grpc-js/grpc" is not yet working
correctly.

---------

Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2023-09-15 21:51:25 +02:00
..
integration fix(test): share fail fast tracker between threads (#20515) 2023-09-15 15:46:48 +00:00
node_compat chore: disable 'test-http-content-length.js` test (#20344) 2023-09-04 23:23:01 +02:00
testdata fix(test): share fail fast tracker between threads (#20515) 2023-09-15 15:46:48 +00:00
unit feat(ext/node): http2.connect() API (#19671) 2023-09-15 21:51:25 +02:00
unit_node feat(ext/node): http2.connect() API (#19671) 2023-09-15 21:51:25 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00