Skip to content

Commit fab240a

Browse files
mscdexjasnell
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 0223de6 commit fab240a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/_http_incoming.js

Lines changed: 0 additions & 4 deletions
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)