Skip to content

stream: doc deprecate end with chunk

end with chunk is subtly broken in various ways which are difficult to resolve. Maintain current functionality, discourage usage through doc deprecation and close any related issues as wontfix.

Fixes: https://github.com/nodejs/node/issues/27787 Refs: https://github.com/nodejs/node/pull/34003

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading