1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 00:21:05 -05:00
denoland-deno/cli/tests
Bartek Iwańczuk 07cbec4a82
fix(ext/node): handle 'upgrade' responses (#19412)
This commit adds support for "upgrade" events in "node:http"
"ClientRequest". Currently only "Websocket" upgrades are
handled. Thanks to this change package like "npm:puppeteer"
and "npm:discord" should work.

Closes https://github.com/denoland/deno/issues/18913
Closes https://github.com/denoland/deno/issues/17847
2023-06-13 14:11:27 +02:00
..
integration test(ext/node): add fs dirent unit test from std (#19461) 2023-06-13 15:32:02 +09:00
node_compat chore(node_compat): fix path strings generated by setup.ts (#19347) 2023-06-02 15:05:32 +09:00
testdata chore(core): fix flaky flock_test on windows (#19477) 2023-06-12 20:30:29 +00:00
unit chore(core): fix flaky flock_test on windows (#19477) 2023-06-12 20:30:29 +00:00
unit_node fix(ext/node): handle 'upgrade' responses (#19412) 2023-06-13 14:11:27 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00