spdy-http2 / node-spdy

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

req.headers empty on iojs #186

Closed silverwind closed 9 years ago

silverwind commented 9 years ago

Just switching the binary from node 0.10.35 to iojs 1.0.2 results in an empty req.headers object in my onRequest function.

indutny commented 9 years ago

Fixed, thank you!

silverwind commented 9 years ago

Confirmed working! :heart: