tweetstream / em-twitter

Twitter Streaming API client for EventMachine
http://rubygems.org/gems/em-twitter
MIT License
42 stars 16 forks source link

Gzip encoding support #1

Open stve opened 12 years ago

stve commented 12 years ago

Twitter has announced support for gzip encoded responses. I started working on an encoder but haven't gotten it to work.

https://github.com/spagalloco/em-twitter/blob/master/lib/em-twitter/decoders/gzip_decoder.rb

stve commented 12 years ago

Possibly useful code to look at: https://github.com/igrigorik/em-http-request/pull/186