mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
4d3923aaba
When cloning a `ReadableStream` and `WritableStream`, both use an internal `MessageChannel` to communicate with the original stream. Those, however, previously were not unref'd which would lead to the process not exiting if the stream was not fully consumed. Fixes: https://github.com/nodejs/node/issues/44985 PR-URL: https://github.com/nodejs/node/pull/51255 Reviewed-By: Matthew Aitken <maitken033380023@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com> |
||
---|---|---|
.. | ||
adapters.js | ||
compression.js | ||
encoding.js | ||
queuingstrategies.js | ||
readablestream.js | ||
transfer.js | ||
transformstream.js | ||
util.js | ||
writablestream.js |