1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/tests
Florian Schwalm 7dc8c4e2a3
fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation (#21074)
This PR uses the new `cancel` method of `TransformStream` to properly
clean up the internal `TextDecoder` used in `TextDecoderStream` if the
stream is cancelled.

Fixes #13142

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-11-17 11:28:50 +09:00
..
integration fix: improve deno doc --lint error messages (#21156) 2023-11-17 11:27:51 +09:00
node_compat fix(ext/node): Re-enable alloc max size test (#21059) 2023-11-17 11:28:33 +09:00
testdata fix: improve deno doc --lint error messages (#21156) 2023-11-17 11:27:51 +09:00
unit fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation (#21074) 2023-11-17 11:28:50 +09:00
unit_node fix(node/http): export globalAgent (#21081) 2023-11-17 11:28:27 +09:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00