mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
stream: fix incorrect comment in _stream_readable.js
PR-URL: https://github.com/nodejs/node/pull/19882 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
45f6dccae1
commit
e76831be0c
@ -302,7 +302,7 @@ function chunkInvalid(state, chunk) {
|
||||
}
|
||||
|
||||
|
||||
// if it's past the high water mark, we can push in some more.
|
||||
// We can push more data if we are below the highWaterMark.
|
||||
// Also, if we have no data yet, we can stand some
|
||||
// more bytes. This is to work around cases where hwm=0,
|
||||
// such as the repl. Also, if the push() triggered a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user