mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-28 04:41:48 -08:00
Close long polling first connection sooner
This commit is contained in:
parent
617c86c71b
commit
b85c539cca
1 changed files with 6 additions and 5 deletions
|
|
@ -424,11 +424,12 @@ brower."
|
|||
(format t "Condition caught connection ~A - ~A.~&" id c)
|
||||
(values 0 c))))
|
||||
(when *long-poll-first*
|
||||
(handler-case
|
||||
(finish-output stream)
|
||||
(t (c)
|
||||
(format t "Condition caught finish-output ~A - ~A.~&" id c)
|
||||
(values 0 c))))
|
||||
(setf *long-poll-first* nil)
|
||||
(handler-case
|
||||
(finish-output stream)
|
||||
(t (c)
|
||||
(format t "Condition caught finish-output ~A - ~A.~&" id c)
|
||||
(values 0 c))))
|
||||
(format t "HTML connection closed - ~A~%" id)))))
|
||||
(t
|
||||
(lambda (responder)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue