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
Hi,
I'm getting the following error when running: (hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port 4242))
(hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port 4242))
[ERROR]] Error while processing connection: You need LispWorks 5 or higher for write timeouts.
I'm on LispWorks 7.0.0
Thanks
The text was updated successfully, but these errors were encountered:
Is it using some non-standard reader mode?
Sorry, something went wrong.
I don't think so, It's a fresh install of LispWorks. I checked the init file. There's nothing concerning there.
I reinstalled LispWorks and ran without init file. I only installed quicklisp and loaded hunchentoot. Unfortunately, I got the same error.
No branches or pull requests
Hi,
I'm getting the following error when running:
(hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :port 4242))
[ERROR]] Error while processing connection: You need LispWorks 5 or higher for write timeouts.
I'm on LispWorks 7.0.0
Thanks
The text was updated successfully, but these errors were encountered: