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 current quic-go API forces us to wait until the Extended CONNECT request has returned before it allows us to open new streams.
The WebTransport allows optimistically opening streams. We need to be careful to return a meaningful error if the server rejects the connection request.
The text was updated successfully, but these errors were encountered:
The current quic-go API forces us to wait until the Extended CONNECT request has returned before it allows us to open new streams.
The WebTransport allows optimistically opening streams. We need to be careful to return a meaningful error if the server rejects the connection request.
The text was updated successfully, but these errors were encountered: