|
From: <don...@is...> - 2008-12-24 04:52:46
|
I just notice that socket-status returns two values, while the doc
only mentions one.
This confused me when I saw the output of
(multiple-value-bind
(val err)
(ignore-errors (ext:socket-status *socket-status-arg* time))
(when err
(http::logform (list :http :socket-status-err
(http::print-current-time nil)
err)) ))
This means that you should ignore my earlier message about the
resets. Those were just things that were causing socket-status
to return a second value! I'll report back when I see a second
value from ignore-errors that's actually an error.
|