-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
This project does not seem to work with the latest versions of NodeJS (I'm running 0.12.1).
The problem seems to be related to the native HTTPParser module in NodeJS:
var HTTPParser = process.binding("http_parser").HTTPParser;
I've tried running tests on my own project using HTTPParser, and the onBody, onHeadersComplete, and onMessageComplete handlers never seem to call.
Perhaps NodeJS changed something in their native modules that breaks the current implementation? I've tried using @creationix's http-parser-js module as an alternative, but it's current state leaves out features like gzip decompression and HTTP pipelining which I need.
Any ideas on a solution?
Metadata
Metadata
Assignees
Labels
No labels