creationix/http-parser-js

Requires event methods like kOnMessageComplete and pkOnBody to be implemented

exander77 opened this issue · 1 comments

var parser = new HTTPParser(HTTPParser.REQUEST);
parser.execute(...);

Requires methods like:

parser[HTTPParser.kOnHeadersComplete],
parser[HTTPParser.kOnMessageComplete],
parser[HTTPParser.kOnBody]

to be implemented, process.binding('http_parser').HTTPParser does not require this.

I believe this was fixed a couple years ago, if there's still an issue, feel free to re-open this =).