We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3cf8c commit 829b82eCopy full SHA for 829b82e
lib/internal/streams/transform.js
@@ -95,10 +95,6 @@ function Transform(options) {
95
...options,
96
highWaterMark: null,
97
readableHighWaterMark,
98
- // TODO (ronag): 0 is not optimal since we have
99
- // a "bug" where we check needDrain before calling _write and not after.
100
- // Refs: https://github.com/nodejs/node/pull/32887
101
- // Refs: https://github.com/nodejs/node/pull/35941
102
writableHighWaterMark: options.writableHighWaterMark || 0,
103
};
104
}
0 commit comments