Skip to content

Commit 86e0512

Browse files
committed
docs: removed unrelevant XXX notes
1 parent 7f3dfd0 commit 86e0512

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ function impl (req, resOrSocket, headOrNil, {
7171
}
7272
}
7373

74-
// XXX http2.Http2ServerRequest doesn't forward stream errors.
75-
// (https://github.com/nodejs/node/issues/15359)
7674
(req.stream || req).on('error', onError)
7775
resOrSocket.on('error', onError)
7876

@@ -246,8 +244,6 @@ function proxy (req, resOrSocket, options, onRes, onError) {
246244
.join('\r\n') + '\r\n\r\n'
247245
)
248246

249-
// XXX Does this overlap socket errors, i.e. duplicate emits?
250-
// (https://github.com/nodejs/node/issues/15360)
251247
proxyRes.on('error', callback)
252248

253249
proxySocket

0 commit comments

Comments
 (0)