spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

client: Added an option to disable decompression #168

Closed Ackar closed 10 years ago

Ackar commented 10 years ago

Having the spdy client to decompress streams by default is nice in most of the cases, but sometimes it can be useful to access the unaltered (and therefore uncompressed) stream.

indutny commented 10 years ago

Two nits, otherwise LGTM

Ackar commented 10 years ago

Fixed!

indutny commented 10 years ago

Oh, one last and important nit :) Could you please add a test for this change?

Ackar commented 10 years ago

Done. Tell me if you want me to change anything.

indutny commented 10 years ago

Landed in 2004c78, thank you!