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 flate/deflate compression for websocket connections as per RFC7692 #152

Open
2 tasks
simonmittag opened this issue May 18, 2021 · 1 comment
Open
2 tasks
Assignees
Labels
enhancement New feature or request
Projects

Comments

@simonmittag
Copy link
Owner

Is your feature request related to a problem? Please describe.
RFC 7692 specifies websocket flate compression on a per message basis as an optional extension to the websocket protocol.
Uncompressed frames are still accepted after successful negotiation.

Note this means an API change internally to gobwas/ws, but it is supported in the project.

Describe the solution you'd like

  • Accept this extension for downstream websocket connections during handshake to support clients.
  • Attempt this extension for upstream websocket connections during handshake to save bandwidth during upstream transfer.
@simonmittag simonmittag added the enhancement New feature or request label May 18, 2021
@simonmittag simonmittag self-assigned this May 18, 2021
@simonmittag simonmittag added this to To do in Kanban via automation May 18, 2021
@simonmittag
Copy link
Owner Author

this needs to be prioritised

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
Kanban
  
To do
Development

No branches or pull requests

1 participant