node/lib/internal/streams
Matteo Collina 07fb744b99
stream: handle setEncoding after buffered data
Signed-off-by: Matteo Collina <hello@matteocollina.com>
PR-URL: https://github.com/nodejs/node/pull/63973
Refs: https://github.com/nodejs/node/pull/63570
Refs: https://github.com/nodejs/undici/issues/5002
Reviewed-By: Jithil P Ponnan <jithil@outlook.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2026-06-20 09:35:34 +00:00
..
iter stream: keep overlapping broadcast reads pending 2026-06-20 04:04:08 +00:00
add-abort-signal.js stream: export namespace object from internal end-of-stream module 2026-01-23 11:47:27 +00:00
compose.js stream: check done before backpressure in stream reader 2026-06-09 04:53:54 +00:00
destroy.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
duplex.js lib: add support for readable byte streams to .toWeb() 2025-11-16 06:51:24 +00:00
duplexify.js stream: ensuring cross-destruction in _duplexify to prevent leaks 2026-04-21 09:54:35 +00:00
duplexpair.js stream: propagate destruction in duplexPair 2026-04-07 19:51:49 +02:00
end-of-stream.js stream: align Readable.toWeb termination with eos 2026-05-19 15:38:22 +02:00
fast-utf8-stream.js stream: fix Utf8Stream stall after full write of multi-byte data 2026-06-20 16:12:16 +09:00
from.js stream: fix nested compose error propagation 2026-04-17 01:46:10 +00:00
lazy_transform.js crypto: do not overwrite _writableState.defaultEncoding 2023-08-27 14:12:29 +00:00
legacy.js events: repurpose events.listenerCount() to accept EventTargets 2025-11-26 11:09:07 +00:00
operators.js stream: do not pass readable.compose() output via Readable.from() 2025-12-23 18:52:32 +00:00
passthrough.js
pipeline.js stream: preserve error over AbortError in pipeline 2026-03-18 06:04:26 +00:00
readable.js stream: handle setEncoding after buffered data 2026-06-20 09:35:34 +00:00
state.js stream: bump default highWaterMark 2024-03-13 19:02:14 +00:00
transform.js lib: fix typos in comments within internal/streams 2024-08-05 01:58:40 +00:00
utils.js lib: prefer optional chaining 2024-09-24 19:48:15 +00:00
writable.js stream: disallow writing string chunk with 'buffer' encoding 2026-05-19 15:52:32 +00:00