mjackson / strata

A modular, streaming HTTP server for node.js
http://stratajs.org
365 stars 35 forks source link

Installation fails on node 0.6.x #20

Closed ixti closed 12 years ago

ixti commented 12 years ago

Subj. Because of gzbz2. It has a pull request to fix that issue, but still not merged in. Does this dependency is really important?

These are issues related to gzbz2: Woodya/node-gzbz2#8, Woodya/node-gzbz2#9, Woodya/node-gzbz2#11

ixti commented 12 years ago

sorry, accidentally pressed close button

mjackson commented 12 years ago

It's only needed for the gzip module on node < 0.6. I think I'll just remove the dependency entirely and tell those who are using old versions of node that they can't use the gzip module unless they upgrade.

ixti commented 12 years ago

Thanks in advance.

ixti commented 12 years ago

New version works just fine on node >= 0.6