We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f113d commit ae52b63Copy full SHA for ae52b63
doc/api/stream.md
@@ -1016,7 +1016,7 @@ function parseHeader(stream, callback) {
1016
const remaining = split.join('\n\n');
1017
const buf = Buffer.from(remaining, 'utf8');
1018
stream.removeListener('error', callback);
1019
- // set the readable listener before unshifting
+ // remove the readable listener before unshifting
1020
stream.removeListener('readable', onReadable);
1021
if (buf.length)
1022
stream.unshift(buf);
0 commit comments