Skip to content

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

@tomdedecker

Description

@tomdedecker

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions