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
The QUIC client is causing unnecessary version negotiation by defaulting to sending QUIC_VERSION_NEGOTIATION 0x00000000, which leads to a longer handshake process. Instead, the QUIC client should send the versions it supports as default to avoid this issue.
The text was updated successfully, but these errors were encountered:
The QUIC client is causing unnecessary version negotiation by defaulting to sending QUIC_VERSION_NEGOTIATION 0x00000000, which leads to a longer handshake process. Instead, the QUIC client should send the versions it supports as default to avoid this issue.
The text was updated successfully, but these errors were encountered: