Skip to content

stream,zlib: do not use _stream_* anymore.

In two place we still used _stream_*, causing https://github.com/nodejs/node/issues/36615 and potentially other issues.

Note that https://github.com/nodejs/node/issues/36615 does not impact master for some independent reason.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading