Skip to content

zlib: report premature ends earlier

Report end-of-stream when decompressing when we detect it, and do not wait until the writable side of a zlib stream is closed as well.

Refs: https://github.com/nodejs/node/issues/26332

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

Merge request reports

Loading