Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Take the last value for a fastcgi param if multiple values are provided
Summary: If a fastcgi param was provided multiple times in the one request, the first value would be used. This will now take the last one, which is what PHP does. Closes #2924 Reviewed By: @ptarjan Differential Revision: D1381723 Pulled By: @JoelMarcey
- Loading branch information