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

fix for lispworks case #149

Merged
merged 4 commits into from
Aug 26, 2018
Merged

fix for lispworks case #149

merged 4 commits into from
Aug 26, 2018

Conversation

cxxxr
Copy link
Contributor

@cxxxr cxxxr commented Feb 19, 2018

lispworksの場合はhunchentoot::acceptor-processがすぐに終了するので
unwind-protectのprotected-formでstopさせると、clackupを呼び出すと同時にstopしてしまいます。

hunchentoot:start内で呼び出されているexecute-acceptorにあるaccept-connectionsが原因です。
https://github.com/edicl/hunchentoot/blob/9b9a760497ce874f23aa0be13eb6800692dc4b47/acceptor.lisp#L251

@coveralls
Copy link

coveralls commented Feb 19, 2018

Coverage Status

Coverage decreased (-0.06%) to 89.446% when pulling 121172c on cxxxr:fix-for-lispworks into f31eba7 on fukamachi:master.

@cxxxr cxxxr closed this Jun 22, 2018
@fukamachi fukamachi reopened this Jun 22, 2018
@fukamachi fukamachi merged commit d48f51b into fukamachi:master Aug 26, 2018
@fukamachi
Copy link
Owner

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.

3 participants