You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Zach
quicklisp implementation of open-connection for LispWorks uses
open-tcp-stream. which will fail silently (returning nil) in case of
unkwon-host (a site was down). adding :errorp to the call will help
the user by show a readable error message. I've tried sbcl and ccl
where both the error was more indicative than complaining about a
stream being a 'nil' (as was the case with Lispworks)
Verify that the :errorp option works on each version of LispWorks and update the code to use it.