◐ Shell
clean mode source ↗

http: remove a pair of outdated comments · nodejs/node@6aade4a

Commit 6aade4a

qubytetargos

authored and

committed

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 file changed

Lines changed: 0 additions & 2 deletions

File tree

Lines changed: 0 additions & 2 deletions

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