Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow optimistic opening of streams #136

Open
marten-seemann opened this issue Apr 2, 2024 · 1 comment
Open

allow optimistic opening of streams #136

marten-seemann opened this issue Apr 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@marten-seemann
Copy link
Member

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 marten-seemann added the enhancement New feature or request label Apr 9, 2024
@marten-seemann
Copy link
Member Author

With #138, this should now be easily possible. We need to decide on a reasonable API though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant