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

Support websocket extensions and reserved bit handling #7125

Open
mox692 opened this issue May 26, 2023 · 0 comments
Open

Support websocket extensions and reserved bit handling #7125

mox692 opened this issue May 26, 2023 · 0 comments

Comments

@mox692
Copy link
Contributor

mox692 commented May 26, 2023

follow up of this PR.

If someone wants to use websocket extensions in the future, at least the following supports are needed

  1. Support Sec-WebSocket-Extensions header (currently this header is not explicitly supported)
  2. Make reserved-bits visible from WebSocketFrame (reserved-bits can be set in any WebsocketFrame)

In addition to that, the defrag conditions also need to be modified slightly to meet the specifications.

RFC 6455

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

No branches or pull requests

2 participants