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 for per-message-deflate in client code #143

Open
ondrap opened this issue May 1, 2017 · 2 comments
Open

Support for per-message-deflate in client code #143

ondrap opened this issue May 1, 2017 · 2 comments

Comments

@ondrap
Copy link
Contributor

ondrap commented May 1, 2017

The server version of per-message-deflate seems to work very well, however there is no support for that in client code (and it doesn't seem so from the docs). Is it planned?

@jaspervdj
Copy link
Owner

Yeah, I would like to include it in the next release. The bulk of the code is shared with the server so it shouldn't be extremely hard.

@jaspervdj
Copy link
Owner

This is still outstanding -- if someone wants to implement this, I'm happy to provide guidance. I think it should just be a matter of looking of per-message-deflate is set ConnectionOptions, and if so, setting it up in Network.WebSockets.Client.streamToClientConnection in a similar way that is happening in Network.WebSockets.Connection.acceptRequestWith.

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

No branches or pull requests

2 participants