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

Add support for the per-frame DEFLATE extension #34

Closed
benvanik opened this issue Feb 28, 2012 · 29 comments
Closed

Add support for the per-frame DEFLATE extension #34

benvanik opened this issue Feb 28, 2012 · 29 comments

Comments

@benvanik
Copy link
Contributor

Spec is here: http://tools.ietf.org/html/draft-tyoshino-hybi-websocket-perframe-deflate-05

This just landed in WebKit/Chrome. Here's the CL: http://trac.webkit.org/changeset/108731

@einaros
Copy link
Contributor

einaros commented Feb 28, 2012

I have most of this ready. Expect it to land shortly.

On Feb 28, 2012 7:16 PM, "Ben Vanik" <
reply@reply.github.com>
wrote:

Spec is here:
http://tools.ietf.org/html/draft-tyoshino-hybi-websocket-perframe-deflate-05

This just landed in WebKit/Chrome. Here's the CL:
http://trac.webkit.org/changeset/108731


Reply to this email directly or view it on GitHub:
#34

@benvanik
Copy link
Contributor Author

Nice! You rock :)

@agektmr
Copy link

agektmr commented Apr 19, 2012

Any news on this?

@jacksunsea
Copy link

+1

@gauravsri
Copy link

Any update on this?

@einaros
Copy link
Contributor

einaros commented Jul 28, 2012

I am still working on it. Will land mid August.

@santiago
Copy link

Would love to help on having this ready, let me know

@sberryman
Copy link

Any updates?

@gritzko
Copy link

gritzko commented Dec 15, 2012

:(

@einaros
Copy link
Contributor

einaros commented Dec 16, 2012

I wish I could have this stuff out there sooner, guys, but I've been caught
up with real-life work for months now. I really am hoping to be able to
finish this soon, and tidy up everything else as well, but it's not trivial
to do so when I can't spend any day-job hours on it.

@sonnyp
Copy link
Contributor

sonnyp commented Apr 18, 2013

Last spec is https://tools.ietf.org/html/draft-ietf-hybi-permessage-compression
perframe has been renamed to permessage and is not limited to deflate anymore, however it is the algorithm used in the spec

@sonnyp
Copy link
Contributor

sonnyp commented Apr 18, 2013

@einaros could you create an experimental branch with compression support so we can take a look at it and give a hand?

@zz85
Copy link

zz85 commented Jul 25, 2013

+1 for x-webkit-deflate-message support! :)

@sonnyp
Copy link
Contributor

sonnyp commented Nov 27, 2013

@zz85
Copy link

zz85 commented Nov 28, 2013

@sonnyp nice! :)

@dotnetwise
Copy link

+1

@ChALkeR
Copy link
Contributor

ChALkeR commented May 1, 2014

Any news on this?

@andrewrk
Copy link

I'm volunteering to start implementing this. @einaros mind pushing your branch to github so I can work off of it, or at least view it?

@andrewrk andrewrk mentioned this issue May 11, 2014
@sequoiar
Copy link

any update?

@andrewrk
Copy link

Looks like the standard isn't completely solidified yet, and only Chrome has support for one of the extension proposals floating around. I think I'll hold off on working on this until at least Firefox supports an extension too.

@dmmalam
Copy link

dmmalam commented Aug 7, 2014

+1

@andrewrk
Copy link

andrewrk commented Aug 7, 2014

I'm looking forward to this too. It will make loading a large music library index in Groove Basin take about 1 second instead of 5.

But still, not desperate enough to code it myself yet 🌵

@eprouty
Copy link

eprouty commented Oct 16, 2014

What is the status on this issue? Is there any support for permessage-deflate at all?

@sonnyp
Copy link
Contributor

sonnyp commented Jan 11, 2015

Support has landed into Firefox https://bugzilla.mozilla.org/show_bug.cgi?id=792831

@sonnyp
Copy link
Contributor

sonnyp commented Jan 11, 2015

I think this can be closed. per-frame deflate has been obsoleted by per-message compression https://tools.ietf.org/html/draft-ietf-hybi-permessage-compression-19 and implemented in #409

@zz85
Copy link

zz85 commented Jan 11, 2015

@sonnyp looks promising! looks like permessage-compression is also available in blink/chromium https://code.google.com/p/chromium/issues/detail?id=280910 but not yet in webkit https://bugs.webkit.org/show_bug.cgi?id=98840?

@zz85
Copy link

zz85 commented Jan 15, 2015

Firefox 36a2 (developer's edition) does not seem to support permessage-deflate yet.. will check back and see.

@sonnyp
Copy link
Contributor

sonnyp commented Jan 15, 2015

@zz85 it will be in 37, if you wanna play now with it you could try with firefox nightly

@3rd-Eden
Copy link
Member

3rd-Eden commented Sep 2, 2015

@3rd-Eden 3rd-Eden closed this as completed Sep 2, 2015
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