Skip to content

Commit b706b0c

Browse files
mscdexrvagg
authored andcommitted
http: remove old, confusing comment
The comment refers to a property (called `_pendings`) that no longer exists. PR-URL: #5233 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent ed36235 commit b706b0c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/_http_incoming.js

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ exports.readStop = readStop;
2020
function IncomingMessage(socket) {
2121
Stream.Readable.call(this);
2222

23-
// XXX This implementation is kind of all over the place
24-
// When the parser emits body chunks, they go in this list.
25-
// _read() pulls them out, and when it finds EOF, it ends.
26-
2723
this.socket = socket;
2824
this.connection = socket;
2925

0 commit comments

Comments
 (0)