Fixed bug in send-receive-message-tcp where a WITH-HANDLER was called
with erroneous arguments.
This commit is contained in:
parent
5ece0109b1
commit
cf8911921d
|
@ -848,7 +848,7 @@
|
|||
(r (socket:inport sock)))
|
||||
(call-with-current-continuation
|
||||
(lambda (k)
|
||||
(with-handler (lambda (k)
|
||||
(with-handler (lambda (cond more)
|
||||
(k (loop-ready-channels (cdr ready-channels))))
|
||||
(lambda ()
|
||||
(display query-string w)
|
||||
|
|
Loading…
Reference in New Issue