Closed pedromtavares closed 13 years ago
Hey Nate,
So, running the example you put on the homepage or the basic.js file on the examples folder prints out the same message, such as: Error: Don't know what to do with this header: 'Host: streaming23.radionomy.com'
Btw: pedromtavares$ node -v v0.5.3-pre
So how do we go by solving this? :)
@pedromtavares This was a bug with node-header-stack and has been fixed in 76d5711, and pushed to npm @ header-stack@0.1.3.
node-header-stack
header-stack@0.1.3
Please update to that version and you should be all good!
Solved it, thanks ;)
Hey Nate,
So, running the example you put on the homepage or the basic.js file on the examples folder prints out the same message, such as: Error: Don't know what to do with this header: 'Host: streaming23.radionomy.com'
Btw: pedromtavares$ node -v v0.5.3-pre
So how do we go by solving this? :)