mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
fixed a typo when closing the connection
This commit is contained in:
parent
fa23c4d881
commit
f73c488900
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ the default answer. (Private)"
|
||||||
(handler-case
|
(handler-case
|
||||||
(handle-close-connection ws)
|
(handle-close-connection ws)
|
||||||
(t (c)
|
(t (c)
|
||||||
(format t "Condition caught in clog-server :message - ~A.~&" c)
|
(format t "Condition caught in clog-server :close - ~A.~&" c)
|
||||||
(values 0 c)))))
|
(values 0 c)))))
|
||||||
(lambda (responder)
|
(lambda (responder)
|
||||||
(declare (ignore responder))
|
(declare (ignore responder))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue