Skip to content

Commit

Permalink
http: remove old, confusing comment
Browse files Browse the repository at this point in the history
The comment refers to a property (called `_pendings`) that no longer
exists.

PR-URL: #5233
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
mscdex authored and rvagg committed Feb 15, 2016
1 parent ed36235 commit b706b0c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/_http_incoming.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ exports.readStop = readStop;
function IncomingMessage(socket) {
Stream.Readable.call(this);

// XXX This implementation is kind of all over the place
// When the parser emits body chunks, they go in this list.
// _read() pulls them out, and when it finds EOF, it ends.

this.socket = socket;
this.connection = socket;

Expand Down

0 comments on commit b706b0c

Please sign in to comment.