0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-20 12:22:52 -05:00
denoland-deno/test_util/src
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
..
servers fix(ext/websocket): pass on uncaught errors in idleTimeout (#21846) 2024-01-12 13:22:08 +01:00
testdata fix(test_util): parse strace usecs/call in total line if present (#18241) 2023-03-17 10:39:57 +02:00
assertions.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
builders.rs fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816) 2024-01-12 13:22:07 +01:00
factory.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
fs.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
https.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
lib.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
lsp.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
npm.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
pty.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
test_server.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00