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

Compression Extensions for WebSocket #673

Closed
kxepal opened this issue Dec 10, 2015 · 7 comments
Closed

Compression Extensions for WebSocket #673

kxepal opened this issue Dec 10, 2015 · 7 comments

Comments

@kxepal
Copy link
Member

kxepal commented Dec 10, 2015

See RFC-7692.

@asvetlov
Copy link
Member

See also #309

@jzwinck
Copy link

jzwinck commented Aug 8, 2017

permessage-deflate is supported in Chrome (since 32), Firefox (since 37), Tornado, Autobahn, and wspy. It would be a great addition to aiohttp.

@asvetlov
Copy link
Member

asvetlov commented Aug 8, 2017

@jzwinck totally agree with you.
Would you work on Pull Request?

@fanthos
Copy link
Contributor

fanthos commented Sep 15, 2017

aaugustin/websockets has it implemented.
That project licensed under BSD-3.
The extension source code is at:
https://github.com/aaugustin/websockets/blob/master/websockets/extensions/permessage_deflate.py

@asvetlov
Copy link
Member

asvetlov commented Oct 2, 2017

Fixed by #2273
The very long awaited feature :)

@asvetlov asvetlov closed this as completed Oct 2, 2017
@asvetlov
Copy link
Member

asvetlov commented Oct 2, 2017

Thanks, @fanthos

@lock
Copy link

lock bot commented Oct 28, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new

@lock lock bot added the outdated label Oct 28, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants