Skip to content

Commit 6aade4a

Browse files
qubytetargos
authored andcommittedJun 13, 2018
http: remove a pair of outdated comments
Fixes: #21202 PR-URL: #21214 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 2270ab2 commit 6aade4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎lib/_http_common.js

-2
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ function parserOnHeadersComplete(versionMajor, versionMinor, headers, method,
109109
return parser.onIncoming(incoming, shouldKeepAlive);
110110
}
111111

112-
// XXX This is a mess.
113-
// TODO: http.Parser should be a Writable emits request/response events.
114112
function parserOnBody(b, start, len) {
115113
const stream = this.incoming;
116114

0 commit comments

Comments
 (0)
Please sign in to comment.