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

Server throws PROTOCOL_VIOLATION when client tries to create unidirectional stream #65

Open
tomdedecker opened this issue Mar 19, 2019 · 0 comments

Comments

@tomdedecker
Copy link
Collaborator

When a client tries to create a unidirectional stream towards a server, the server will throw a PROTOCOL_VIOLATION QuicError in the handleMaxStreamDataFrame function (specifically in the Stream.isReceiveOnly() condition). Commenting out the exception works as a temporary workaround. This error is probably thrown because the server sees that it isn't allowed to send on the given stream (because it is unidirectional).

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

No branches or pull requests

1 participant