Commit 0c6f345c authored by Rongjian Zhang's avatar Rongjian Zhang Committed by Node.js GitHub Bot
Browse files

stream: fix highwatermark threshold and add the missing error



1. Fix highwatermark threshold: `< 1GiB` -> `<= 1GiB`
2. Add the missing error: Size out of range

Update test/parallel/test-streams-highwatermark.js

Co-authored-by: default avatarDarshan Sen <raisinten@gmail.com>

PR-URL: https://github.com/nodejs/node/pull/38700


Reviewed-By: default avatarMatteo Collina <matteo.collina@gmail.com>
Reviewed-By: default avatarJames M Snell <jasnell@gmail.com>
Reviewed-By: default avatarAntoine du Hamel <duhamelantoine1995@gmail.com>
parent b016d5df
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment