node-fastcgi-parser icon indicating copy to clipboard operation
node-fastcgi-parser copied to clipboard

FastCGI protocol parser for node.js

Results 2 node-fastcgi-parser issues
Sort by recently updated
recently updated
newest added

Hi there, I've been trying to it with different Nodejs/OS/PHP versions but the result is always the same: connection.ondata() is never called! I can see on the PHP logs that...

Hi, the constructor of HTTPParser and HTTPParser.reinitialize should be called with a parameter HTTPParser.RESPONSE instead of "RESPONSE". This took me a few hours to figure out so, if someone uses...