1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tests
Divy Srivastava 289fe7b1b7
fix(ext/websocket): pass on uncaught errors in idleTimeout (#21846)
Fixes https://github.com/denoland/deno/issues/21840

The problem was hard to reproduce as its a race condition. I've added a
test that reproduces the problem 1/10 tries. We should move the
idleTimeout handling to Rust (maybe even built into fastwebsocket).
2024-01-12 13:22:08 +01:00
..
integration fix(task): do not eagerly auto-install packages in package.json when "nodeModulesDir": false (#21858) 2024-01-12 13:22:07 +01:00
node_compat chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
testdata fix(task): do not eagerly auto-install packages in package.json when "nodeModulesDir": false (#21858) 2024-01-12 13:22:07 +01:00
unit fix(ext/websocket): pass on uncaught errors in idleTimeout (#21846) 2024-01-12 13:22:08 +01:00
unit_node fix(ext/node): add WriteStream.isTTY (#21801) 2024-01-12 13:22:04 +01:00
integration_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00