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
{{ message }}
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
Remote hosts can claim authority for multiple hostnames using the ORIGIN h2 frame extension. This is represented in node as the originSet property on the ClientHttp2Session. We should take this into account and avoid opening up new sockets / sessions when we already have an authoritative session available.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Remote hosts can claim authority for multiple hostnames using the
ORIGIN
h2 frame extension. This is represented in node as theoriginSet
property on theClientHttp2Session
. We should take this into account and avoid opening up new sockets / sessions when we already have an authoritative session available.The text was updated successfully, but these errors were encountered: