Skip to content

Commit a63e4a6

Browse files
qubytetargos
authored andcommitted
http: remove a pair of outdated comments
Fixes: #21202 PR-URL: #21214 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 45d2716 commit a63e4a6

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)