Skip to content

Bugfix: [major] Fixed issue reading params records

Compare
Choose a tag to compare
@AndrewCarterUK AndrewCarterUK released this 29 Aug 12:57
· 127 commits to master since this release

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