Skip to content

streams: pipeline stop piping if dest has response

Stop writing to request object after response. Instead just dump data. See, https://github.com/nodejs/node/issues/27916#issuecomment-496107610 and https://github.com/nodejs/node/pull/28668.

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