mjackson / strata

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

upgrade bufferedstream@1.6.0 for node 0.10 #42

Closed jeffbski closed 11 years ago

jeffbski commented 11 years ago

bufferedStream@1.6.0 uses setImmediate rather than process.nextTick due to a change in how nextTick works in node 0.10 this prevents a race condition where the loop is called before IO is ready.

Also add node 0.10 to travis config