Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return response from named limiter (#34325)
If a named limiter returns a Response object, the `handleRequestUsingNamedLimiter` tried to return the unset variable `$limit`. Instead, it should return the actual response created by the named limiter.
- Loading branch information