You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that RFC 8441 has been published detailing how to bootstrap Web Sockets support over HTTP/2, it will be necessary to enable support for the "Extended CONNECT protocol" as defined in the spec. This cannot be done in a third party module and has to be implemented directly by Node.js (and possibly nghttp2). I will be investigating this implementation soon but I wanted to leave a tracking issue to make folks aware.
/cc @nodejs/http2
The text was updated successfully, but these errors were encountered:
Now that RFC 8441 has been published detailing how to bootstrap Web Sockets support over HTTP/2, it will be necessary to enable support for the "Extended CONNECT protocol" as defined in the spec. This cannot be done in a third party module and has to be implemented directly by Node.js (and possibly nghttp2). I will be investigating this implementation soon but I wanted to leave a tracking issue to make folks aware.
/cc @nodejs/http2
The text was updated successfully, but these errors were encountered: