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

Handling unexpected integer status codes #96

Merged
merged 1 commit into from Dec 1, 2020

Conversation

jeffgrunewald
Copy link
Contributor

This PR acts as a fall-through for receiving an uncommon or non-standard HTTP status code in the Elli handler and converting it to a response code string to prevent the handler from crashing. Validates the response code received as being an integer within the range established by the response_code type.

Addresses #95.

@yurrriq
Copy link
Member

yurrriq commented Dec 1, 2020

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

3 participants