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

Minimal support of "Sec-WebSocket-Extensions: permessage-deflate" #152

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Inversion-des
Copy link

Based on https://github.com/faye/permessage-deflate-ruby

I did not implement full header param processing ('client_max_window_bits' is ignored). Basically, I added changes until it started to work for me in my environment with some default hardcoded params for inflate/deflate.

So it is far from full spec implementation (https://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-28).
I hope that someone will improve this code or replace with a more correct solution.

@Inversion-des Inversion-des changed the title minimal support of "Sec-WebSocket-Extensions: permessage-deflate" Minimal support of "Sec-WebSocket-Extensions: permessage-deflate" Jan 22, 2019
Copy link
Owner

@igrigorik igrigorik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Thanks for staging the PR, good reference! Perhaps someone else can take it over the finish line.. :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants