Bugfix: [major] Fixed issue reading params records
FIxes
- FastCGI specification allows for multiple name-value pairs to be sent inside a params record. Apache mod_fastcgi doesn't do this, but nginx does. This behaviour is now being accounted for.
Improvements
- General code clean up and refactoring inside connection handler