michaelwittig / node-q

Q interfacing with Node.js
MIT License
52 stars 14 forks source link

Add support for deserializing compressed data #5

Closed gmelika closed 9 years ago

gmelika commented 9 years ago

The original c.js library has no support for deserializing compressed streams, so I added code to decompress the stream first before parsing

michaelwittig commented 9 years ago

that's cool :) thx!

michaelwittig commented 9 years ago

@gmelika I added a test which fails. Can you start a q process on your machine q -p 5000 and then run mocha itest/compression.js ?

gmelika commented 9 years ago

Fixed it. Not sure if the pull request will update automatically or if I need to send a new pull request

michaelwittig commented 9 years ago

I pulled it from your clone. No need to open a new pull request. Releases as 0.8.0.

gmelika commented 9 years ago

thanks