Skip to content

stream: remove useage of _readableState/_writableState.highWaterMark

Replace with .readHWM or .writeHWM getters, part of #445 mega issue.

@nodejs/streams

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

stream, net, http

Merge request reports

Loading