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
This is an addition to the experimental HTTP/3 support already added (#1558). We can't use ALPN to determine if the endpoint supports HTTP/3, like we can with HTTP/2. It uses different transport protocols. But, we could do something like "Happy Eyeballs" for IPv4 and IPv6.
Such an option, if enabled, would mean we would start an HTTP/3 connection, and after some delay, if not connected, start an HTTP/1 or 2 connection, and use whichever becomes available first.
The text was updated successfully, but these errors were encountered:
This is an addition to the experimental HTTP/3 support already added (#1558). We can't use ALPN to determine if the endpoint supports HTTP/3, like we can with HTTP/2. It uses different transport protocols. But, we could do something like "Happy Eyeballs" for IPv4 and IPv6.
Such an option, if enabled, would mean we would start an HTTP/3 connection, and after some delay, if not connected, start an HTTP/1 or 2 connection, and use whichever becomes available first.
The text was updated successfully, but these errors were encountered: