fukamachi / clack

Web server abstraction layer for Common Lisp
MIT License
1.04k stars 86 forks source link

Cannot close the connection? #154

Closed moon-chilled closed 5 years ago

moon-chilled commented 5 years ago

When I try to run (clack:close *handler*), I get the following error:

debugger invoked on a SB-INT:SIMPLE-READER-PACKAGE-ERROR in thread
#<THREAD "main thread" RUNNING {10005505B3}>:
  The symbol "CLOSE" is not external in the CLACK package.

    Stream: #<SYNONYM-STREAM :SYMBOL SB-SYS:*STDIN* {100001F9E3}>

I'm running sbcl on arch linux.

fukamachi commented 5 years ago

Use clack:stop.

moon-chilled commented 5 years ago

Duh I'm stupid