-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
No format control for simple-error #92
Comments
I have the same problem
|
I'll do a pull request for this |
i think maybe throw out the woo errors and use fast-http:invalid-version. the relevant error handling code only deals with fast-http:parsing-error conditions and even when you fix the format control report error for woo:simple-error, the server still crashes.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Although I'm running top-level handlers, this simple-error took down the server:
I took a look at woo.lisp and see the code for this here:
Would simply changing woo-error definition to this solve the problem:?
The text was updated successfully, but these errors were encountered: