Skip to content

NodeJS HTTPParser no longer working #6

@gregnr

Description

@gregnr

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions