Skip to content

Commit 829b82e

Browse files
ronagUlisesGascon
authored andcommitted
stream: remove no longer relevant comment
Refs: #50014 PR-URL: #50446 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
1 parent 8d3cf8c commit 829b82e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/internal/streams/transform.js

-4
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@ function Transform(options) {
9595
...options,
9696
highWaterMark: null,
9797
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
10298
writableHighWaterMark: options.writableHighWaterMark || 0,
10399
};
104100
}

0 commit comments

Comments
 (0)