diff --git a/src/network-protocol/private/Http2Wrangler.js b/src/network-protocol/private/Http2Wrangler.js index 139634594..ea5a2a7ec 100644 --- a/src/network-protocol/private/Http2Wrangler.js +++ b/src/network-protocol/private/Http2Wrangler.js @@ -125,6 +125,9 @@ export class Http2Wrangler extends TcpWrangler { // reference, except the reference had gotten `null`ed out). So, with that // as context, if -- as we do here -- we tell the session to close as soon // as we see the underlying socket go away, there's no internal HTTP2 error. + // Salient issues in Node: + // * + // * ctx.socket.on('close', () => { if (!session.closed) { session.close();