On node v12.13 having a hard time to make use of http-parser-js
.
This trick
process.binding('http_parser').HTTPParser = require('http-parser-js').HTTPParser;
seems not working any more.
Is anyone having success with it on actual node versions or I'm missing something?