Skip to content

Websockets: Frame Length not respecting RFC #61

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

Open
fhessel opened this issue Nov 24, 2019 · 0 comments
Open

Websockets: Frame Length not respecting RFC #61

fhessel opened this issue Nov 24, 2019 · 0 comments
Labels

Comments

@fhessel
Copy link
Owner

fhessel commented Nov 24, 2019

Describe the bug
The implementation of the WebSocket handler is not correct regarding the representation of the frame length.

As shown in PRs #59 and #60, the WebsocketHandler used a wrong value for the frame length (address instead of actual value). This is solved now, but the WebsocketHandler should respect the different field lengths for the frame length attribute as defined in the RFC.

Additional context

@fhessel fhessel added the bug label Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant