Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Status Code Above 500 #1754

Closed
philipborbon opened this issue Oct 8, 2020 · 2 comments
Closed

HTTP Status Code Above 500 #1754

philipborbon opened this issue Oct 8, 2020 · 2 comments
Assignees
Labels

Comments

@philipborbon
Copy link

This line does not allow status code above 500.

if ($statusCode < 100 || $statusCode > 500) {

There's a whole range of status codes above 500.

What could be the reason 500+ is not allowed? 100 - 599 seems plausible.

@specialtactics
Copy link
Member

@philipborbon Yep, I see what you mean, I will make it > 599

@specialtactics
Copy link
Member

Fixed, tagged as v3.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants