| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e6f113d commit ae52b63
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1016,7 +1016,7 @@ function parseHeader(stream, callback) { | |||
| 1016 | 1016 | const remaining = split.join('\n\n'); | |
| 1017 | 1017 | const buf = Buffer.from(remaining, 'utf8'); | |
| 1018 | 1018 | stream.removeListener('error', callback); | |
| 1019 | - // set the readable listener before unshifting | ||
| 1019 | + // remove the readable listener before unshifting | ||
| 1020 | 1020 | stream.removeListener('readable', onReadable); | |
| 1021 | 1021 | if (buf.length) | |
| 1022 | 1022 | stream.unshift(buf); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments