webtransport-go icon indicating copy to clipboard operation
webtransport-go copied to clipboard

allow optimistic opening of streams

Open marten-seemann opened this issue 3 months ago • 1 comments

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.

marten-seemann avatar Apr 02 '24 05:04 marten-seemann