You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`cgi-fcgi` sends all environment variables as FastCGI parameters,
which can result in enormous requests since the environment is
outside of our control. Ignore all environment variables except the
ones we need to use for `cgi-fcgi`.
Also, unbreak the metrics tests which implicitly relied on the
previous test having `SIGUSR2`'d php-fpm.
0 commit comments