| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8a521fe commit 463f294
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1007,7 +1007,7 @@ function parseHeader(stream, callback) { | |||
| 1007 | 1007 | const remaining = split.join('\n\n'); | |
| 1008 | 1008 | const buf = Buffer.from(remaining, 'utf8'); | |
| 1009 | 1009 | stream.removeListener('error', callback); | |
| 1010 | - // set the readable listener before unshifting | ||
| 1010 | + // remove the readable listener before unshifting | ||
| 1011 | 1011 | stream.removeListener('readable', onReadable); | |
| 1012 | 1012 | if (buf.length) | |
| 1013 | 1013 | stream.unshift(buf); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments