We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm seeing these types of errors. I believe they can be trapped so it does not bring down the server.
Looking at the source:
elli/src/elli_http.erl
Lines 238 to 244 in 3ec3522
I suggest we add a catch-all for each of the case statements, this way we trap any unforeseen errors
Other Suggestions?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm seeing these types of errors. I believe they can be trapped so it does not bring down the server.
Looking at the source:
elli/src/elli_http.erl
Lines 238 to 244 in 3ec3522
I suggest we add a catch-all for each of the case statements, this way we trap any unforeseen errors
Other Suggestions?
The text was updated successfully, but these errors were encountered: