diff options
-rw-r--r-- | ext/node/polyfills/http2.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/node/polyfills/http2.ts b/ext/node/polyfills/http2.ts index 98edf40f4..cd6c47eeb 100644 --- a/ext/node/polyfills/http2.ts +++ b/ext/node/polyfills/http2.ts @@ -513,6 +513,7 @@ export class ClientHttp2Session extends Http2Session { this.emit("error", e); } })(); + this[kState].flags |= SESSION_FLAGS_READY; this.emit("connect", this, {}); })(); } |